Rename the ID from token-browser to image-tagger
This commit is contained in:
parent
2fdcdf062c
commit
acc1858f44
25 changed files with 37 additions and 37 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<div class="grow"></div>
|
||||
<button
|
||||
type="button"
|
||||
aria-label="{{localize 'TB.apps.ArtistApp.add-link'}}"
|
||||
data-tooltip="TB.apps.ArtistApp.add-link"
|
||||
aria-label="{{localize 'IT.apps.ArtistApp.add-link'}}"
|
||||
data-tooltip="IT.apps.ArtistApp.add-link"
|
||||
data-action="addNewLink"
|
||||
>
|
||||
+
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<li
|
||||
data-index="{{@key}}"
|
||||
{{#if link.isNew}}
|
||||
data-tooltip="TB.common.unsaved"
|
||||
data-tooltip="IT.common.unsaved"
|
||||
{{/if}}
|
||||
>
|
||||
<a
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
{{link.name}}
|
||||
</a>
|
||||
{{#if link.isNew}}
|
||||
<div class="large" aria-label="{{localize 'TB.common.unsaved'}}">
|
||||
<div class="large" aria-label="{{localize 'IT.common.unsaved'}}">
|
||||
!
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue