diff --git a/app/i18n/locales/en.js b/app/i18n/locales/en.js index cbc2260986..a677b2743c 100644 --- a/app/i18n/locales/en.js +++ b/app/i18n/locales/en.js @@ -704,5 +704,7 @@ export default { The_user_will_be_removed_from_s: 'The user will be removed from {{s}}', Yes_remove_user: 'Yes, remove user!', Direct_message: 'Direct message', - Message_Ignored: 'Message ignored. Tap to display it.' + Message_Ignored: 'Message ignored. Tap to display it.', + Enter_workspace_URL: 'Enter workspace URL', + Workspace_URL_Example: 'Ex. your-company.rocket.chat' }; diff --git a/app/views/NewServerView/ServerInput/index.js b/app/views/NewServerView/ServerInput/index.js index 4f13f88946..6088e4ef64 100644 --- a/app/views/NewServerView/ServerInput/index.js +++ b/app/views/NewServerView/ServerInput/index.js @@ -6,6 +6,7 @@ import TextInput from '../../../containers/TextInput'; import * as List from '../../../containers/List'; import { themes } from '../../../constants/colors'; import Item from './Item'; +import I18n from '../../../i18n'; const styles = StyleSheet.create({ container: { @@ -42,8 +43,8 @@ const ServerInput = ({ return (