feat(persons): add confirm dialog to provisional confirm action
Confirming a provisional person was a one-click write — easy to fat-finger on a touchscreen and irreversible (the person disappears from the review list, with no obvious undo path). Mirror the destructive-delete pattern with a non-destructive confirm dialog (destructive: false) so the action requires a second deliberate click. New i18n keys (persons_review_confirm_confirm_title/text/button) added to all three locales (de, en, es). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -155,6 +155,9 @@
|
||||
"persons_review_delete_confirm_title": "Person löschen",
|
||||
"persons_review_delete_confirm_text": "Diese Person wird endgültig gelöscht. Dokumentverweise bleiben erhalten, verlieren aber diese Person.",
|
||||
"persons_review_delete_confirm_button": "Person löschen",
|
||||
"persons_review_confirm_confirm_title": "Person bestätigen",
|
||||
"persons_review_confirm_confirm_text": "Diese Person wird als bestätigt markiert und erscheint nicht mehr in der Prüfliste.",
|
||||
"persons_review_confirm_confirm_button": "Bestätigen",
|
||||
"persons_review_merge_label": "Mit welcher Person zusammenführen?",
|
||||
"persons_field_first_name": "Vorname",
|
||||
"persons_field_last_name": "Nachname",
|
||||
|
||||
Reference in New Issue
Block a user