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

@ -54,14 +54,14 @@ export class ImageApp extends
if (this._docID) {
if (this._doc.name) {
return _loc(
`TB.apps.ImageApp.title.edit-named`,
`IT.apps.ImageApp.title.edit-named`,
{ name: this._doc.name },
);
} else {
return _loc(`TB.apps.ImageApp.title.edit-generic`);
return _loc(`IT.apps.ImageApp.title.edit-generic`);
}
};
return _loc(`TB.apps.ImageApp.title.upload`);
return _loc(`IT.apps.ImageApp.title.upload`);
};
// #endregion Instance Data