feat: show delete user functionality
This commit is contained in:
@@ -89,6 +89,17 @@
|
||||
"profileSettings.updatedEmail": "Your email has been updated.",
|
||||
"profileSettings.updatedPassword": "Your password has been updated.",
|
||||
"profileSettings.updatePassword": "Update password",
|
||||
"profileSettings.deleteMyAccount": "Delete my account",
|
||||
"profileSettings.deleteAccount": "Delete account",
|
||||
"profileSettings.deleteAccountSubtitle": "This will permanently delete...",
|
||||
"profileSettings.deleteAccountResult1": "Your account",
|
||||
"profileSettings.deleteAccountResult2": "All your flows",
|
||||
"profileSettings.deleteAccountResult3": "All your connections",
|
||||
"profileSettings.deleteAccountResult4": "All execution history",
|
||||
"deleteAccountDialog.title": "Delete account?",
|
||||
"deleteAccountDialog.description": "This will permanently delete your account and all the associated data with it.",
|
||||
"deleteAccountDialog.cancel": "Cancel?",
|
||||
"deleteAccountDialog.confirm": "Yes, delete it",
|
||||
"notifications.title": "Notifications",
|
||||
"notification.releasedAt": "Released {relativeDate}",
|
||||
"webhookUrlInfo.title": "Your webhook URL",
|
||||
|
Reference in New Issue
Block a user