diff --git a/templates/TableListField.ss b/templates/TableListField.ss index 84c538f92..ae8f42dd3 100755 --- a/templates/TableListField.ss +++ b/templates/TableListField.ss @@ -19,9 +19,9 @@ <% if SortDirection = desc %> - <% _t('SORTDESC', 'Sort in descending order') %> + <% _t('SORTDESC', 'Sort in descending order') %> <% else %> - <% _t('SORTASC', 'Sort in ascending order') %> + <% _t('SORTASC', 'Sort in ascending order') %> <% end_if %>