Commit 9ab533a78084cf8b77735496a931e86c76f5a869
Merge branch 'add-name-publicness-note' of https://github.com/neurodynamic/patchwork
Matt McKegg committed on 6/8/2018, 5:26:23 PMParent: 1c01c513817f4cf52a799f36a80e655fabc71c66
Parent: e71cc045b2bfd19c83c07f914d50544c57f62e0a
Files changed
locales/en.json | changed |
modules/page/html/render/profile.js | changed |
locales/en.json | ||
---|---|---|
@@ -196,6 +196,8 @@ | ||
196 | 196 | "Describe the gathering (if you want)": "Describe the gathering (if you want)", |
197 | 197 | "Create Gathering": "Create Gathering", |
198 | 198 | "liked": "liked", |
199 | 199 | "(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." | |
201 | 203 | } |
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('h2', { | |
356 | + style: { | |
357 | + 'font-weight': 'normal' | |
358 | + } | |
359 | + }, [i18n('Names 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