Skip to content

Commit

Permalink
[ACS-5540] added tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Sep 28, 2023
1 parent aaa5d71 commit ef739c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/aca-content/assets/app.extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@
{
"id": "app.toolbar.aspects",
"order": 160,
"title": "APP.ACTIONS.CHANGE_ASPECT",
"title": "APP.ACTIONS.ADD_ASPECTS",
"icon": "playlist_add",
"actions": {
"click": "ASPECT_LIST"
Expand Down
3 changes: 2 additions & 1 deletion projects/aca-content/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@
"LEAVE": "Leave Library",
"EDIT_OFFLINE": "Edit Offline",
"EDIT_OFFLINE_CANCEL": "Cancel Editing",
"CHANGE_ASPECT": "Edit Aspects"
"CHANGE_ASPECT": "Edit Aspects",
"ADD_ASPECTS": "Add Aspects"
},
"DIALOGS": {
"CONFIRM_PURGE": {
Expand Down

0 comments on commit ef739c0

Please sign in to comment.