From f7347bdb6996bbf375d4cce0d32251eda0e51fe8 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 29 May 2024 00:07:32 -0700 Subject: [PATCH] Fix: remove unnecessary i18ns --- src-ui/messages.xlf | 30 ------------------- .../custom-field-display.component.html | 2 +- .../drag-drop-select.component.html | 2 +- .../common/input/tags/tags.component.html | 2 +- .../permissions-select.component.html | 2 +- .../document-history.component.html | 2 +- .../document-card-large.component.html | 2 +- 7 files changed, 6 insertions(+), 36 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index edec5cef0..f9d0c591a 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -3018,29 +3018,6 @@ 62 - - - - src/app/components/common/custom-field-display/custom-field-display.component.html - 32 - - - src/app/components/common/input/drag-drop-select/drag-drop-select.component.html - 12 - - - src/app/components/common/input/tags/tags.component.html - 4 - - - src/app/components/common/permissions-select/permissions-select.component.html - 22 - - - src/app/components/document-history/document-history.component.html - 35 - - Search fields @@ -6455,13 +6432,6 @@ 74 - - Notes - - src/app/components/document-list/document-card-large/document-card-large.component.html - 75 - - Created: diff --git a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html index 3af2ccd29..07347f8e0 100644 --- a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html +++ b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html @@ -29,6 +29,6 @@ } } } @else if (showNameIfEmpty) { - {{field.name}} + {{field.name}} } } diff --git a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html index fe549382a..bd7359e23 100644 --- a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html +++ b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html @@ -9,7 +9,7 @@ {{item.name}} } @if (selectedItems.length === 0) { - {{emptyText}} + {{emptyText}} } diff --git a/src-ui/src/app/components/common/input/tags/tags.component.html b/src-ui/src/app/components/common/input/tags/tags.component.html index 8384840a3..8184bbbfa 100644 --- a/src-ui/src/app/components/common/input/tags/tags.component.html +++ b/src-ui/src/app/components/common/input/tags/tags.component.html @@ -1,7 +1,7 @@ 0"> - {{title}} + {{title}} diff --git a/src-ui/src/app/components/common/permissions-select/permissions-select.component.html b/src-ui/src/app/components/common/permissions-select/permissions-select.component.html index 049d0e776..0a0bea5c0 100644 --- a/src-ui/src/app/components/common/permissions-select/permissions-select.component.html +++ b/src-ui/src/app/components/common/permissions-select/permissions-select.component.html @@ -19,7 +19,7 @@ @for (action of PermissionAction | keyvalue; track action) { - {{action.key}} + {{action.key}} } diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-history/document-history.component.html index 8ada7880d..ea4a3c9bb 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-history/document-history.component.html @@ -32,7 +32,7 @@ @for (change of entry.changes | keyvalue; track change.key) { @if (change.value["type"] === 'm2m') { - {{ change.value["operation"] | titlecase }} + {{ change.value["operation"] | titlecase }} {{ change.key | titlecase }}: {{ change.value["objects"].join(', ') }} diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html index 51f51a517..7e406a7c7 100644 --- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html +++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html @@ -72,7 +72,7 @@ @if (displayFields.includes(DisplayField.NOTES) && notesEnabled && document.notes.length) { - {{document.notes.length}} Notes + {{document.notes.length}} Notes } @if (displayFields.includes(DisplayField.DOCUMENT_TYPE) && document.document_type) {
{{ change.value["objects"].join(', ') }}