diff --git a/templates/EditableOption.ss b/templates/EditableOption.ss index f67535a..9982be0 100644 --- a/templates/EditableOption.ss +++ b/templates/EditableOption.ss @@ -4,8 +4,8 @@ <% if canEdit %> - <% _t('DELETE', 'Remove this option') %> + <% _t('DELETE', 'Remove this option') %> <% else %> - <% _t('LOCKED', 'These fields cannot be modified') %> + <% _t('LOCKED', 'These fields cannot be modified') %> <% end_if %> \ No newline at end of file