diff options
author | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-09-04 10:52:55 +0200 |
---|---|---|
committer | Fabrice Bellingard <fabrice.bellingard@sonarsource.com> | 2013-09-04 13:14:38 +0200 |
commit | beb6a29f7b641f9efab12e33ac0d6b901b396159 (patch) | |
tree | 32277814412b89d404d215c2bee91bf4698b1745 /sonar-server | |
parent | bddd99500d4cd0ed505a02d0267b1d4ae7cf009b (diff) | |
download | sonarqube-beb6a29f7b641f9efab12e33ac0d6b901b396159.tar.gz sonarqube-beb6a29f7b641f9efab12e33ac0d6b901b396159.zip |
Fix typos and format on "Database is up-to-date" page.
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb index 7029edacb8d..63b3c49006d 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/db_uptodate.html.erb @@ -1,11 +1,10 @@ <meta http-equiv='refresh' content='5;url=<%= home_path -%>'> <div class="notice migration" style="padding:10px"> - <%= image_tag 'accept.png' -%> - <b>Database is up-to-date.</b> + <%= image_tag 'accept.png' -%> <b>Database is up-to-date.</b> <br/> <br/> - You will be redirected shortly to Sonar. + You will be redirected shortly to SonarQube. <br/> - <i>(if this doesn't happen, you can <a href="<%= home_path -%>">click here to be redirected</a>.)</i> + <i>(if this does not happen, you can <a href="<%= home_path -%>">click here to be redirected</a>)</i> </div>
\ No newline at end of file |