Rename the ID from token-browser to image-tagger

This commit is contained in:
Oliver 2026-02-01 15:40:10 -07:00
parent 2fdcdf062c
commit acc1858f44
25 changed files with 37 additions and 37 deletions

View file

@ -142,7 +142,7 @@ export class ArtBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
if (element) {
element.innerText = `${this.#selected.size} Selected`;
element.innerText = _loc(
`TB.apps.ArtBrowser.selected`,
`IT.apps.ArtBrowser.selected`,
{
current: this.#selected.size,
required: this.#selectCount,