Fix rollback system

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 14:12:44 +00:00
parent 36790600b9
commit cc58267c93
4 changed files with 222 additions and 6 deletions

View File

@@ -43,9 +43,9 @@ export function RollbackDialog({
<Dialog open={open} onOpenChange={onOpenChange}>
<DialogContent>
<DialogHeader>
<DialogTitle>Restore Previous Version</DialogTitle>
<DialogTitle>Restore Previous Version (Moderator Action)</DialogTitle>
<DialogDescription>
You are about to restore "{entityName}" to a previous version. This will create a new version with the restored data.
You are about to restore "{entityName}" to a previous version. This will create a new version with the restored data. This action will be logged in the audit trail.
</DialogDescription>
</DialogHeader>