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
The Delete pane sits above Notifications and exposes the existing, default-off enablePermanentDelete gate for Global Admins. It has its own URL, documentation, and regression coverage for menu order, rendering and the setting handler.
Thanks to xet7 !
Copy file name to clipboardExpand all lines: imports/i18n/data/en.i18n.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -523,6 +523,8 @@
523
523
"decline": "Decline",
524
524
"default-avatar": "Default avatar",
525
525
"delete": "Delete",
526
+
"enable-permanent-delete": "Enable permanent delete for Global Admin",
527
+
"enable-permanent-delete-description": "Allow Global Admins to permanently delete soft-deleted content. Enabling this setting does not delete anything by itself.",
0 commit comments