aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web')
-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>