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
|
.divider
|
||||||
.options-container
|
.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
|
= yield
|
||||||
if has_active_filter_value
|
if has_active_filter_value
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ window.$translations =
|
|||||||
are_you_sure: 'Weet je dit zeker?'
|
are_you_sure: 'Weet je dit zeker?'
|
||||||
button: 'Delete'
|
button: 'Delete'
|
||||||
close: 'Close'
|
close: 'Close'
|
||||||
|
clear: 'Clear'
|
||||||
|
apply: 'Apply'
|
||||||
confirm:
|
confirm:
|
||||||
cancel: 'Cancel'
|
cancel: 'Cancel'
|
||||||
confirm: 'Yes'
|
confirm: 'Yes'
|
||||||
|
|||||||
Reference in New Issue
Block a user