diff --git a/client/res/templates/record/list.tpl b/client/res/templates/record/list.tpl index 89c73f556e..95dd3e9863 100644 --- a/client/res/templates/record/list.tpl +++ b/client/res/templates/record/list.tpl @@ -60,13 +60,7 @@ {{#each headerDefs}} {{#if this.sortable}} - - {{#if this.hasCustomLabel}} - {{this.customLabel}} - {{else}} - {{translate this.name scope=../../../collection.name category='fields'}} - {{/if}} - + {{#if this.hasCustomLabel}}{{this.customLabel}}{{else}}{{translate this.name scope=../../../collection.name category='fields'}}{{/if}} {{#if this.sorted}}{{#if this.asc}}{{else}}{{/if}}{{/if}} {{else}} {{#if this.hasCustomLabel}}