From d6f320d8de9f5dc8bf5c7afe2fde06f58c495c78 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 22 Nov 2012 11:45:42 +0100 Subject: [PATCH] SONAR-3969 Replace "Previous" by "First" in the pagination footer => This bug was on the filter page --- .../src/main/webapp/WEB-INF/app/views/filters/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.39.5