git ssb

10+

Matt McKegg / patchwork



Commit 0b8fb446132852847a9ccb4a0a3204f20e6d3c1a

Change compose text to Preview & Publish

Peter Squicciarini committed on 6/15/2018, 11:08:58 AM
Parent: 6e309f8eeaa5f795ea26b439be0f4fcf4c4103a4

Files changed

locales/en.jsonchanged
modules/message/html/compose.jschanged
locales/en.jsonView
@@ -1,8 +1,10 @@
11 {
22 "Publishing...": "Publishing...",
33 "Publish Privately": "Publish Privately",
44 "Publish": "Publish",
5+ "Preview & Publish Privately": "Preview & Publish Privately",
6+ "Preview & Publish": "Preview & Publish",
57 "Welcome to Patchwork": "Welcome to Patchwork",
68 "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.",
79 "For help, see the 'Getting Started' guide at ": "For help, see the 'Getting Started' guide at ",
810 "update": "update",
modules/message/html/compose.jsView
@@ -110,9 +110,9 @@
110110 ],
111111 disabled: publishing
112112 }, when(publishing,
113113 i18n('Publishing...'),
114- when(isPrivate, i18n('Publish Privately'), i18n('Publish'))
114+ when(isPrivate, i18n('Preview & Publish Privately'), i18n('Preview & Publish'))
115115 ))
116116
117117 var actions = h('section.actions', [
118118 fileInput,

Built with git-ssb-web