Adding some localizations
This commit is contained in:
		@@ -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,
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user