mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
refactor(console): use permanently delete (#5979)
This commit is contained in:
parent
123ecaec47
commit
5391dbc417
2 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,7 @@ export default function FinalConfirmationModal({
|
|||
disabled={isDeleting}
|
||||
isLoading={isDeleting}
|
||||
type="danger"
|
||||
title="general.delete"
|
||||
title="profile.delete_account.permanently_delete"
|
||||
onClick={deleteAccount}
|
||||
/>
|
||||
</>
|
||||
|
|
|
@ -86,6 +86,7 @@ const profile = {
|
|||
final_confirmation: 'Final confirmation',
|
||||
about_to_start_deletion:
|
||||
'You are about to start the deletion process and this action cannot be undone.',
|
||||
permanently_delete: 'Permanently delete',
|
||||
},
|
||||
set: 'Set',
|
||||
change: 'Change',
|
||||
|
|
Loading…
Add table
Reference in a new issue