diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-03 11:58:11 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-04 10:10:10 +0100 |
commit | c02954509d87744bb263978040600f34360cfa09 (patch) | |
tree | f5b0e88aea9d815f77df7aa2b34cda0c6cf4baef | |
parent | a153a7058e2890d1730d5c368689a604b6d502b0 (diff) | |
download | sonarqube-c02954509d87744bb263978040600f34360cfa09.tar.gz sonarqube-c02954509d87744bb263978040600f34360cfa09.zip |
SONAR-7217 Update message
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb index a3f1efa4eec..559e0ec39e4 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb @@ -2,7 +2,7 @@ <tr> <td align="center"> <div id="login_form"> - <p id="unauthorized">Email <%= h params[:email] %> is already used by an existing user</p> + <p id="unauthorized">You can't sign up because email '<%= h params[:email] %>' is already used by an existing user. This means that you probably already registered with another account.</p> </div> <br/> <a class="spacer-left" href="<%= home_path -%>"><%= message('layout.home') -%></a> |