git ssb

10+

Matt McKegg / patchwork



Commit 9ab533a78084cf8b77735496a931e86c76f5a869

Merge branch 'add-name-publicness-note' of https://github.com/neurodynamic/patchwork

Matt McKegg committed on 6/8/2018, 5:26:23 PM
Parent: 1c01c513817f4cf52a799f36a80e655fabc71c66
Parent: e71cc045b2bfd19c83c07f914d50544c57f62e0a

Files changed

locales/en.jsonchanged
modules/page/html/render/profile.jschanged
locales/en.jsonView
@@ -196,6 +196,8 @@
196196 "Describe the gathering (if you want)": "Describe the gathering (if you want)",
197197 "Create Gathering": "Create Gathering",
198198 "liked": "liked",
199199 "(missing message)": "(missing message)",
200- "Cannot display message.": "Cannot display message."
200+ "Cannot display message.": "Cannot display message.",
201+ "What would you like to call ": "What would you like to call ",
202+ "Names you assign here will be publicly visible to others.": "Names you assign here will be publicly visible to others."
201203 }
modules/page/html/render/profile.jsView
@@ -351,8 +351,13 @@
351351 style: {
352352 'font-weight': 'normal'
353353 }
354354 }, [i18n('What would you like to call '), h('strong', [currentName]), '?']),
355+ h('h2', {
356+ style: {
357+ 'font-weight': 'normal'
358+ }
359+ }, [i18n('Names you assign here will be publicly visible to others.')]),
355360 input
356361 ]),
357362 footer: [
358363 h('button -save', {

Built with git-ssb-web