Commit 0f27cd3889bcb98a931409fcfd68a5ef24c163c1
adds note about nicknames being public
neurodynamic committed on 5/21/2018, 3:10:06 PMParent: a9fe8868dd71da9e2f16834cdf26233521d56798
Files changed
locales/en.json | changed |
modules/page/html/render/profile.js | changed |
locales/en.json | ||
---|---|---|
@@ -193,6 +193,8 @@ | ||
193 | 193 | "Choose Banner Image...": "Choose Banner Image...", |
194 | 194 | "Describe the gathering (if you want)": "Describe the gathering (if you want)", |
195 | 195 | "Create Gathering": "Create Gathering", |
196 | 196 | "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." | |
198 | 200 | } |
modules/page/html/render/profile.js | ||
---|---|---|
@@ -351,8 +351,13 @@ | ||
351 | 351 | style: { |
352 | 352 | 'font-weight': 'normal' |
353 | 353 | } |
354 | 354 | }, [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.')]), | |
355 | 360 | input |
356 | 361 | ]), |
357 | 362 | footer: [ |
358 | 363 | h('button -save', { |
Built with git-ssb-web