From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Date: Sat, 15 May 2021 16:58:23 +0000 (+0200)
Subject: add translation hint
X-Git-Tag: ng-1.4.3~2
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a350bb30865824b76fa587f380d8c2acbf8fddec;p=thirdparty%2Fpaperless-ngx.git
add translation hint
---
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 4c1dc96cf5..a733dd8091 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -1413,6 +1413,7 @@
src/app/components/common/input/select/select.component.html
11
+ Used for both types and correspondents
Suggestions:
diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html
index c9369b2121..af4285f627 100644
--- a/src-ui/src/app/components/common/input/select/select.component.html
+++ b/src-ui/src/app/components/common/input/select/select.component.html
@@ -9,7 +9,7 @@
[items]="items"
[addTag]="allowCreateNew && addItemRef"
addTagText="Add item"
- i18n-addTagText
+ i18n-addTagText="Used for both types and correspondents"
bindLabel="name"
bindValue="id"
(change)="onChange(value)"