aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:20:21 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:20:32 +0200
commit4a4ef9fae8735177da8b6eba4e42321124b7d082 (patch)
tree3e07d0ea03a87a368bb1439a41d8180aee3b2992 /sonar-server
parent0d8f21868c0e23963b74181a73af6bea79424afd (diff)
downloadsonarqube-4a4ef9fae8735177da8b6eba4e42321124b7d082.tar.gz
sonarqube-4a4ef9fae8735177da8b6eba4e42321124b7d082.zip
Fix typo
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
index 8c479ad480a..1924163a8fa 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb
@@ -13,7 +13,7 @@
<tbody>
<tr class="even">
<td style="padding: 10px">
- <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form :</p>
+ <p class="spacer-bottom">Secret key is registered. You can encrypt any property value with the following form:</p>
<%= form_remote_tag :url => {:action => 'encrypt'},
:update => {:success => 'encrypted_section', :failure => 'encryption_error'},