mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-03 05:23:48 +00:00
update delete confirmation message for agent in alert dialog
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<AlertDialogContent>
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>{{ $t('globals.messages.areYouAbsolutelySure') }}</AlertDialogTitle>
|
||||
<AlertDialogDescription>{{ $t('admin.user.deleteConfirmation') }}</AlertDialogDescription>
|
||||
<AlertDialogDescription>{{ $t('admin.agent.deleteConfirmation') }}</AlertDialogDescription>
|
||||
</AlertDialogHeader>
|
||||
<AlertDialogFooter>
|
||||
<AlertDialogCancel>{{ $t('globals.buttons.cancel') }}</AlertDialogCancel>
|
||||
|
||||
@@ -431,7 +431,7 @@
|
||||
"admin.inbox.chooseChannel": "Choose a channel",
|
||||
"admin.inbox.configureChannel": "Configure channel",
|
||||
"admin.inbox.createEmailInbox": "Create Email Inbox",
|
||||
"admin.user.deleteConfirmation": "This action cannot be undone. This will permanently delete this user.",
|
||||
"admin.agent.deleteConfirmation": "This will permanently delete the agent. Consider disabling the account instead.",
|
||||
"admin.role.roleForAllSupportAgents": "Role for all support agents",
|
||||
"admin.role.deleteConfirmation": "This action cannot be undone. This will permanently delete this role.",
|
||||
"admin.role.setPermissionsForThisRole": "Set permissions for this role",
|
||||
|
||||
Reference in New Issue
Block a user