Use translated Clear and Apply words
This commit is contained in:
@@ -14,10 +14,9 @@ ui-dropdown class='left basic labeled top left pointing icon select-number' acti
|
||||
|
||||
.divider
|
||||
.options-container
|
||||
button.ui.mini.secondary.button{action 'clear_filters'}= t 'Clear'
|
||||
button.ui.mini.secondary.button{action 'clear_filters'}= t 'general.clear'
|
||||
'
|
||||
button.ui.mini.primary.button{action 'set_filter'}= t 'Apply'
|
||||
|
||||
button.ui.mini.primary.button{action 'set_filter'}= t 'general.apply'
|
||||
|
||||
= yield
|
||||
if has_active_filter_value
|
||||
|
||||
@@ -15,6 +15,8 @@ window.$translations =
|
||||
are_you_sure: 'Weet je dit zeker?'
|
||||
button: 'Delete'
|
||||
close: 'Close'
|
||||
clear: 'Clear'
|
||||
apply: 'Apply'
|
||||
confirm:
|
||||
cancel: 'Cancel'
|
||||
confirm: 'Yes'
|
||||
|
||||
Reference in New Issue
Block a user