Skip to content

Commit

Permalink
Merge pull request #317 from creative-commoners/pulls/5.0/template-tln
Browse files Browse the repository at this point in the history
FIX Use correct template syntax
  • Loading branch information
GuySartorelli authored Jan 16, 2025
2 parents d754d4d + 489ea0d commit bcf3308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/Colymba/BulkManager/BulkManagerButtons.ss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<a data-url="$Button.DataURL"
data-config="$Button.DataConfig"
title="<% _t('GRIDFIELD_BULK_MANAGER.COMPONENT_TITLE', 'Modify one or more entry at a time') %>"
title="<%t GRIDFIELD_BULK_MANAGER.COMPONENT_TITLE 'Modify one or more entry at a time' %>"
class="doBulkActionButton disabled btn btn-outline-secondary">
$Button.Label
</a>
Expand All @@ -17,7 +17,7 @@
<label class="form-check-label">
<input class="no-change-track bulkSelectAll form-check-input"
type="checkbox"
title="<% _t('GRIDFIELD_BULK_MANAGER.SELECT_ALL_LABEL', '$Select.Label') %>"
title="<%t GRIDFIELD_BULK_MANAGER.SELECT_ALL_LABEL '$Select.Label' %>"
name="toggleSelectAll" />
</label>
</th>
Expand Down

0 comments on commit bcf3308

Please sign in to comment.