aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:18:28 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-15 13:20:32 +0200
commit705de814eb18ff40ba13a59b1800fcb554802046 (patch)
treee5a321e6fab9be60bdc506ae6d2f6bd9acdd8044
parent0f24fd42a5a3acc63fb0c3702f0460fc30463ad9 (diff)
downloadsonarqube-705de814eb18ff40ba13a59b1800fcb554802046.tar.gz
sonarqube-705de814eb18ff40ba13a59b1800fcb554802046.zip
Fix typo
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb
index 319d2446204..0f71dc82ba4 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb
@@ -5,7 +5,6 @@
<li>Restart the server if the property <code>sonar.secretKeyPath</code> has been set or changed.</li>
<li>Copy this file on all the machines that execute code inspection. Define the property <code>sonar.secretKeyPath</code> on those machines if the path is not <code>~/.sonar/sonar-secret.txt</code>.</li>
<li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} %>
- and replace the original values where ever they are stored
- (configuration files, command lines)
+ and replace the original value wherever it is stored (configuration files, command lines)
</li>
</ul> \ No newline at end of file