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

@@ -32,7 +32,7 @@
@for (change of entry.changes | keyvalue; track change.key) {
@if (change.value["type"] === 'm2m') {
<li>
<span class="fst-italic" i18n>{{ change.value["operation"] | titlecase }}</span>&nbsp;
<span class="fst-italic">{{ change.value["operation"] | titlecase }}</span>&nbsp;
<span>{{ change.key | titlecase }}</span>:&nbsp;
<code class="text-primary">{{ change.value["objects"].join(', ') }}</code>
</li>