From: Fabrice Bellingard Date: Thu, 22 Nov 2012 10:45:42 +0000 (+0100) Subject: SONAR-3969 Replace "Previous" by "First" in the pagination footer X-Git-Tag: 3.4~303 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d6f320d8de9f5dc8bf5c7afe2fde06f58c495c78;p=sonarqube.git SONAR-3969 Replace "Previous" by "First" in the pagination footer => This bug was on the filter page --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb index cfcb9f39d98..802781116e2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb @@ -59,7 +59,7 @@ %> | <% if max_pages > 20 && start_page > 1 %> - <%= goto_page message('paging_previous'), filter, update_id, :page_id => 1 %> + <%= goto_page message('paging_first'), filter, update_id, :page_id => 1 %> <% end %> <% if current_page>start_page %>