git ssb

10+

Matt McKegg / patchwork



Commit 0f27cd3889bcb98a931409fcfd68a5ef24c163c1

adds note about nicknames being public

neurodynamic committed on 5/21/2018, 3:10:06 PM
Parent: a9fe8868dd71da9e2f16834cdf26233521d56798

Files changed

locales/en.jsonchanged
modules/page/html/render/profile.jschanged
locales/en.jsonView
@@ -193,6 +193,8 @@
193193 "Choose Banner Image...": "Choose Banner Image...",
194194 "Describe the gathering (if you want)": "Describe the gathering (if you want)",
195195 "Create Gathering": "Create Gathering",
196196 "liked": "liked",
197- "(missing message)": "(missing message)"
197+ "(missing message)": "(missing message)",
198+ "What would you like to call ": "What would you like to call ",
199+ "Nicknames you assign here will be publicly visible to others.": "Nicknames you assign here will be publicly visible to others."
198200 }
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('p', {
356+ style: {
357+ 'font-weight': 'normal'
358+ }
359+ }, [i18n('Nicknames you assign here will be publicly visible to others.')]),
355360 input
356361 ]),
357362 footer: [
358363 h('button -save', {

Built with git-ssb-web