Actions
Refactor #7294
closedReplace usage of translate filters in <th> with directives
Pull request:
Fixed in Releases:
Found in Releases:
Description
Replace this:
<th alch-table-column>{{ "Author" | translate }}</th>
With this:
<th alch-table-column><span translate>Author</span></th>
Throughout the application. This will reduce the number of filters we have and should make the application slightly more performant.
Actions