From 8241f09b12ddada227a197589bf775a78fff1b82 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 23 Jan 2019 15:00:06 -0600 Subject: [PATCH] Update registration header text --- src/components/structures/auth/Registration.js | 3 +-- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js index 8ab27c3035..8abd4073fe 100644 --- a/src/components/structures/auth/Registration.js +++ b/src/components/structures/auth/Registration.js @@ -457,7 +457,6 @@ module.exports = React.createClass({ let errorText; const err = this.state.errorText || this.props.defaultServerDiscoveryError; - const header =

{ _t('Create an account') }

; if (err) { errorText =
{ err }
; } @@ -480,7 +479,7 @@ module.exports = React.createClass({ null} /> - { header } +

{ _t('Create your account') }

{ registerBody } { signIn } { errorText } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 464cce7980..3137313146 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1350,7 +1350,7 @@ "A phone number is required to register on this homeserver.": "A phone number is required to register on this homeserver.", "You need to enter a user name.": "You need to enter a user name.", "An unknown error occurred.": "An unknown error occurred.", - "Create an account": "Create an account", + "Create your account": "Create your account", "Commands": "Commands", "Results from DuckDuckGo": "Results from DuckDuckGo", "Emoji": "Emoji",