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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue