mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-5540] added tooltip
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user