Fix: remove unnecessary i18ns

This commit is contained in:
shamoon
2024-05-29 00:07:32 -07:00
parent ce3d5b0065
commit f7347bdb69
7 changed files with 6 additions and 36 deletions

View File

@@ -29,6 +29,6 @@
}
}
} @else if (showNameIfEmpty) {
<span class="fst-italic text-muted" i18n>{{field.name}}</span>
<span class="fst-italic text-muted">{{field.name}}</span>
}
}