You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* An error during bulk approval or reject now creates a new notification and immediately opens its dialog to provide feedback
(cherry picked from commit 76a23b7)
Copy file name to clipboardExpand all lines: apps/admin-gui/src/assets/i18n/en.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -674,6 +674,12 @@
674
674
"DELETE": "Applications were successfully deleted.",
675
675
"RESEND": "Notifications for applications were re-sent."
676
676
},
677
+
"ERROR": {
678
+
"APPROVE": "Failed to approve some applications.",
679
+
"APPROVE_DESCRIPTION": "A problem occurred during approval: [{{error}}] and not all of the selected applications got approved. There may still be some of the selected applications that could possibly be approved.",
680
+
"REJECT": "Failed to reject some applications.",
681
+
"REJECT_DESCRIPTION": "A problem occurred during rejection: [{{error}}] and not all of the selected applications got rejected. There may still be some of the selected applications that could possibly be rejected."
0 commit comments