mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-9398] Add snackbar notifications for favorite actions (#4447)
This commit is contained in:
@@ -421,7 +421,12 @@
|
||||
}
|
||||
},
|
||||
"LIBRARY_DELETED": "Library deleted",
|
||||
"LEFT_LIBRARY": "You have left the library"
|
||||
"LEFT_LIBRARY": "You have left the library",
|
||||
"FAVORITE_NODE_ADDED": "Added {{ name }} to favorites",
|
||||
"FAVORITE_NODES_ADDED": "Added {{ number }} items to favorites",
|
||||
"FAVORITE_NODE_REMOVED": "Removed {{ name }} from favorites",
|
||||
"FAVORITE_NODES_REMOVED": "Removed {{ number }} items from favorites",
|
||||
"FAVORITE_NODE_NOT_FOUND": "{{ name }} is not favorite"
|
||||
}
|
||||
},
|
||||
"CONTENT_METADATA": {
|
||||
|
Reference in New Issue
Block a user