From: Simon Brandhof Date: Thu, 6 Sep 2012 08:03:59 +0000 (+0200) Subject: SONAR-3756 Typo in the 'Upgrade database' page X-Git-Tag: 3.3~320 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=735f4d5ceb06cf484158c4b77cea801753c8f645;p=sonarqube.git SONAR-3756 Typo in the 'Upgrade database' page --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb index 73ad2d3398b..e8370fac6bb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb @@ -9,5 +9,5 @@ Sonar Database is currently upgrading.

- Started <%= distance_of_time_in_words(start_time, Time.now) -%> (<%= l start_time -%>) + Started <%= distance_of_time_in_words(start_time, Time.now) -%> ago (<%= l start_time -%>) \ No newline at end of file