Skip to content

Commit

Permalink
Password reset Cleaner text (#6319)
Browse files Browse the repository at this point in the history
* send reset password email required

* Make the reset password toas message more clean

* fix the wrong commit

* Fix indentation
  • Loading branch information
MartinSchoeler authored and rodrigok committed Mar 23, 2017
1 parent 7d2e696 commit 914e260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@
"How_responsive_was_the_chat_agent": "How responsive was the chat agent?",
"How_satisfied_were_you_with_this_chat": "How satisfied were you with this chat?",
"How_to_handle_open_sessions_when_agent_goes_offline": "How to handle open sessions when agent goes offline",
"If_this_email_is_registered": "If this email is registered, we'll send instructions on how to reset your password. If you do not receive an email shortly, please come back and try again.",
"If_you_are_sure_type_in_your_password": "If you are sure type in your password:",
"If_you_are_sure_type_in_your_username": "If you are sure type in your username:",
"Iframe_Integration": "Iframe Integration",
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-ui-login/client/login/form.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Template.loginForm.events
else
RocketChat.Button.reset(button)
RocketChat.callbacks.run('userForgotPasswordEmailRequested');
toastr.success t('We_have_sent_password_email')
toastr.success t('If_this_email_is_registered')
instance.state.set 'login'
return

Expand Down

0 comments on commit 914e260

Please sign in to comment.