mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8746] use notification service instead of store, yellow warnings, warning on no library permission (#4577)
* [ACS-8746] use notification service instead of store, yellow warnings, warning on no library permissions * [ACS-8746] move snackbar bg styling to app level, review comments * [ACS-8746] change warning color for improved accessibility * [ACS-8746] fix wrong css class for copy and move notifications * [ACS-8746] completely replace SnackbarActions with notifications service, update warning color * [ACS-8746] improve copy and move nodes notifications * ACS-8746 fix undo delete notification action * ACS-8746 review comments * ACS-8746 review comments
This commit is contained in:
@@ -153,9 +153,9 @@
|
||||
},
|
||||
"ERRORS": {
|
||||
"LIBRARY_NOT_FOUND": "Diese Bibliothek ist nicht länger vorhanden.",
|
||||
"LIBRARY_NO_PERMISSIONS": "Sie haben keine Berechtigung, diese Bibliothek anzuzeigen.",
|
||||
"LIBRARY_LOADING_ERROR": "Beim Laden dieser Bibliothek ist ein Fehler aufgetreten."
|
||||
}
|
||||
},
|
||||
"LIBRARY_NO_PERMISSIONS_WARNING": "Sie haben keine Berechtigung, diese Bibliothek anzuzeigen."
|
||||
},
|
||||
"SHARED": {
|
||||
"TITLE": "Freigegebene Dateien",
|
||||
|
||||
Reference in New Issue
Block a user