diff --git a/design/screenshots/collapsed.png b/design/screenshots/collapsed.png new file mode 100644 index 00000000..88d28fa7 Binary files /dev/null and b/design/screenshots/collapsed.png differ diff --git a/public/modules/users/config/i18n/english.js b/public/modules/users/config/i18n/english.js index 8c83a044..a1c7796f 100644 --- a/public/modules/users/config/i18n/english.js +++ b/public/modules/users/config/i18n/english.js @@ -15,6 +15,9 @@ angular.module('users').config(['$translateProvider', function ($translateProvid LANGUAGE_LABEL: 'Language', EMAIL_LABEL: 'Email', + SIGNUP_WITH_EMAIL: 'Sign up with your email', + SIGNUP_ERROR_TEXT: 'Couldn\'t complete registration due to errors', + UPDATE_PROFILE_BTN: 'Update Profile', PROFILE_SAVE_SUCCESS: 'Profile saved successfully', PROFILE_SAVE_ERROR: 'Could\'t Save Your Profile.', diff --git a/public/modules/users/views/authentication/signup.client.view.html b/public/modules/users/views/authentication/signup.client.view.html index f7e5b8e8..19d64775 100644 --- a/public/modules/users/views/authentication/signup.client.view.html +++ b/public/modules/users/views/authentication/signup.client.view.html @@ -17,12 +17,12 @@ --> -

Signup with your email

+

{{ 'SIGNUP_WITH_EMAIL' | translate }}

- Couldn't complete registration due to errors:
+ {{'SIGNUP_ERROR_TEXT'' | translate}}: