diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 4c1dc96cf..a733dd809 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 c9369b212..af4285f62 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)"