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",