Merge pull request #5244 from opf/fix/23469-sort-direction-cost-reports

[23469] Sort icons on cost reports table
pull/5226/merge
Oliver Günther 8 years ago committed by GitHub
commit 495f1f1939
  1. 8
      config/locales/js-en.yml

@ -322,6 +322,14 @@ en:
one: "You can only select one item"
other: "You can only select {{limit}} items"
zero: "You cannot select any items"
sort:
sorted_asc: 'Ascending sort applied, '
sorted_dsc: 'Descending sort applied, '
sorted_no : 'No sort applied, '
sorting_disabled: 'sorting is disabled'
activate_asc: 'activate to apply an ascending sort'
activate_dsc: 'activate to apply a descending sort'
activate_no: 'activate to remove the sort'
text_work_packages_destroy_confirmation: "Are you sure you want to delete the selected work package(s)?"
text_query_destroy_confirmation: "Are you sure you want to delete the selected query?"

Loading…
Cancel
Save