aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-03-08 09:16:36 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-03-08 13:58:46 +0100
commit1043456fc19ffcea82cacb8530c061e905a8e43e (patch)
treebb93993e5bbf43825c0b59db13df17cc932a1f32 /server/sonar-web/src/main
parent1ebbacd7bdb13ab4599def95a187f761993dd25e (diff)
downloadsonarqube-1043456fc19ffcea82cacb8530c061e905a8e43e.tar.gz
sonarqube-1043456fc19ffcea82cacb8530c061e905a8e43e.zip
SONAR-6226 Fix typo
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/not_allowed_to_sign_up.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/not_allowed_to_sign_up.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/not_allowed_to_sign_up.html.erb
index c8d1411a391..2208ad0aebd 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/not_allowed_to_sign_up.html.erb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/sessions/not_allowed_to_sign_up.html.erb
@@ -2,7 +2,7 @@
<tr>
<td align="center">
<div id="login_form">
- <p id="unauthorized"><%= h params[:providerName] %> users are not allowed to signup</p>
+ <p id="unauthorized"><%= h params[:providerName] %> users are not allowed to sign up</p>
</div>
<br/>
<a class="spacer-left" href="<%= home_path -%>"><%= message('layout.home') -%></a>