From f05ddcacf07208f566e9db7c9f3e2f1734c5289a Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 29 Jan 2019 17:12:39 -0600 Subject: [PATCH] Add footer text to registration form --- src/components/views/auth/RegistrationForm.js | 4 ++++ src/i18n/strings/en_EN.json | 1 + 2 files changed, 5 insertions(+) diff --git a/src/components/views/auth/RegistrationForm.js b/src/components/views/auth/RegistrationForm.js index bfeeaafa42..fcd306c5da 100644 --- a/src/components/views/auth/RegistrationForm.js +++ b/src/components/views/auth/RegistrationForm.js @@ -361,6 +361,10 @@ module.exports = React.createClass({ { emailSection } { phoneSection } + {_t( + "Use an email address to receover your account. Other users " + + "can invite you to rooms using your contact details.", + )} { registerButton } diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 0bc2cb0016..6e9d0a4ff5 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1206,6 +1206,7 @@ "Email (optional)": "Email (optional)", "Phone (optional)": "Phone (optional)", "Confirm": "Confirm", + "Use an email address to receover your account. Other users can invite you to rooms using your contact details.": "Use an email address to receover your account. Other users can invite you to rooms using your contact details.", "Other servers": "Other servers", "Enter custom server URLs What does this mean?": "Enter custom server URLs What does this mean?", "Homeserver URL": "Homeserver URL",