[ACS-5540] added tooltip

This commit is contained in:
Yasa-Nataliya
2023-09-25 15:16:46 +05:30
parent c38a0460b8
commit f400575378
2 changed files with 3 additions and 2 deletions

View File

@@ -1243,7 +1243,7 @@
{ {
"id": "app.toolbar.aspects", "id": "app.toolbar.aspects",
"order": 160, "order": 160,
"title": "APP.ACTIONS.CHANGE_ASPECT", "title": "APP.ACTIONS.ADD_ASPECTS",
"icon": "playlist_add", "icon": "playlist_add",
"actions": { "actions": {
"click": "ASPECT_LIST" "click": "ASPECT_LIST"

View File

@@ -259,7 +259,8 @@
"LEAVE": "Leave Library", "LEAVE": "Leave Library",
"EDIT_OFFLINE": "Edit Offline", "EDIT_OFFLINE": "Edit Offline",
"EDIT_OFFLINE_CANCEL": "Cancel Editing", "EDIT_OFFLINE_CANCEL": "Cancel Editing",
"CHANGE_ASPECT": "Edit Aspects" "CHANGE_ASPECT": "Edit Aspects",
"ADD_ASPECTS": "Add Aspects"
}, },
"DIALOGS": { "DIALOGS": {
"CONFIRM_PURGE": { "CONFIRM_PURGE": {