From 735f4d5ceb06cf484158c4b77cea801753c8f645 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 6 Sep 2012 10:03:59 +0200 Subject: [PATCH] SONAR-3756 Typo in the 'Upgrade database' page --- .../webapp/WEB-INF/app/views/setup/migration_running.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5