about summary refs log tree commit diff
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/accounts_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/accounts_helper.rb b/app/helpers/accounts_helper.rb
index 17c7b4b82..af23a78d1 100644
--- a/app/helpers/accounts_helper.rb
+++ b/app/helpers/accounts_helper.rb
@@ -3,8 +3,8 @@
 module AccountsHelper
   def pagination_options
     {
-      previous_label: safe_join([fa_icon('chevron-left'), 'Prev'], ' '),
-      next_label: safe_join(['Next', fa_icon('chevron-right')], ' '),
+      previous_label: safe_join([fa_icon('chevron-left'), t('pagination.prev')], ' '),
+      next_label: safe_join([t('pagination.next'), fa_icon('chevron-right')], ' '),
       inner_window: 1,
       outer_window: 0,
     }