]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7217 Update message
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Wed, 3 Feb 2016 10:58:11 +0000 (11:58 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 4 Feb 2016 09:10:10 +0000 (10:10 +0100)
server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/email_already_exists.erb

index a3f1efa4eec4e4ba5713812dd1dcd12f07ddf0dd..559e0ec39e420d4d1434498696bf4ae962b90662 100644 (file)
@@ -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>