Commit 0b8fb446132852847a9ccb4a0a3204f20e6d3c1a
Change compose text to Preview & Publish
Peter Squicciarini committed on 6/15/2018, 11:08:58 AMParent: 6e309f8eeaa5f795ea26b439be0f4fcf4c4103a4
Files changed
locales/en.json | changed |
modules/message/html/compose.js | changed |
locales/en.json | ||
---|---|---|
@@ -1,8 +1,10 @@ | ||
1 | 1 | { |
2 | 2 | "Publishing...": "Publishing...", |
3 | 3 | "Publish Privately": "Publish Privately", |
4 | 4 | "Publish": "Publish", |
5 | + "Preview & Publish Privately": "Preview & Publish Privately", | |
6 | + "Preview & Publish": "Preview & Publish", | |
5 | 7 | "Welcome to Patchwork": "Welcome to Patchwork", |
6 | 8 | "You may not be able to see new content until you follow some users or pubs.": "You may not be able to see new content until you follow some users or pubs.", |
7 | 9 | "For help, see the 'Getting Started' guide at ": "For help, see the 'Getting Started' guide at ", |
8 | 10 | "update": "update", |
modules/message/html/compose.js | ||
---|---|---|
@@ -110,9 +110,9 @@ | ||
110 | 110 | ], |
111 | 111 | disabled: publishing |
112 | 112 | }, when(publishing, |
113 | 113 | i18n('Publishing...'), |
114 | - when(isPrivate, i18n('Publish Privately'), i18n('Publish')) | |
114 | + when(isPrivate, i18n('Preview & Publish Privately'), i18n('Preview & Publish')) | |
115 | 115 | )) |
116 | 116 | |
117 | 117 | var actions = h('section.actions', [ |
118 | 118 | fileInput, |
Built with git-ssb-web