Browse Source

refactor: delete prompt message update

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/4855/head
Raju Udava 2 years ago
parent
commit
b3c8650122
  1. 2
      packages/nc-gui/components/account/UserList.vue

2
packages/nc-gui/components/account/UserList.vue

@ -71,7 +71,7 @@ const deleteUser = async (userId: string) => {
Modal.confirm({
title: 'Are you sure you want to delete this user?',
type: 'warn',
content: 'On deleting, user will remove from organization and any sync source(Airtable) created by user will get removed',
content: 'Upon deletion, the user will be removed from the installation.',
onOk: async () => {
try {
await api.orgUsers.delete(userId)

Loading…
Cancel
Save