aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-06 10:03:59 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-06 10:03:59 +0200
commit735f4d5ceb06cf484158c4b77cea801753c8f645 (patch)
tree79d9c9c3e0bda07eceafebd2c9296f48d580293c
parent1bae22140048e9d48f686ff3a0bd8388b3d016a8 (diff)
downloadsonarqube-735f4d5ceb06cf484158c4b77cea801753c8f645.tar.gz
sonarqube-735f4d5ceb06cf484158c4b77cea801753c8f645.zip
SONAR-3756 Typo in the 'Upgrade database' page
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/setup/migration_running.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
<b>Sonar Database is currently upgrading.</b>
<br/>
<br/>
- 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 -%>)
</div> \ No newline at end of file