mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
add translation hint
This commit is contained in:
parent
8ae4b7560b
commit
a350bb3086
2 changed files with 2 additions and 1 deletions
|
|
@ -1413,6 +1413,7 @@
|
||||||
<context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context>
|
<context context-type="sourcefile">src/app/components/common/input/select/select.component.html</context>
|
||||||
<context context-type="linenumber">11</context>
|
<context context-type="linenumber">11</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
|
<note priority="1" from="description">Used for both types and correspondents</note>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html">
|
<trans-unit id="a1e6c11f20d4bf6e8e6b43e3c6d2561b2080645e" datatype="html">
|
||||||
<source>Suggestions:</source>
|
<source>Suggestions:</source>
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
[items]="items"
|
[items]="items"
|
||||||
[addTag]="allowCreateNew && addItemRef"
|
[addTag]="allowCreateNew && addItemRef"
|
||||||
addTagText="Add item"
|
addTagText="Add item"
|
||||||
i18n-addTagText
|
i18n-addTagText="Used for both types and correspondents"
|
||||||
bindLabel="name"
|
bindLabel="name"
|
||||||
bindValue="id"
|
bindValue="id"
|
||||||
(change)="onChange(value)"
|
(change)="onChange(value)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue