]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
add translation hint
authorjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Sat, 15 May 2021 16:58:23 +0000 (18:58 +0200)
committerjonaswinkler <17569239+jonaswinkler@users.noreply.github.com>
Sat, 15 May 2021 16:58:23 +0000 (18:58 +0200)
src-ui/messages.xlf
src-ui/src/app/components/common/input/select/select.component.html

index 4c1dc96cf52f6d7cd873de9db26892df122d9a20..a733dd80914dd86e0da93f518b074ca5a608d587 100644 (file)
           <context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context>
           <context context-type="linenumber">11</context>
         </context-group>
+        <note priority="1" from="description">Used for both types and correspondents</note>
       </trans-unit>
       <trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html">
         <source>Suggestions:</source>
index c9369b2121dbe0611cfc21209f97cb3594e7080c..af4285f627a92e9cc19c8ad47b174da473794106 100644 (file)
@@ -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)"