Browse Source

fix: tooltip msg for remove user from nocodb

Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
pull/1168/head
Wing-Kam Wong 3 years ago
parent
commit
458a5de0ea
  1. 2
      packages/nc-gui/components/auth/userManagement.vue

2
packages/nc-gui/components/auth/userManagement.vue

@ -165,7 +165,7 @@
mdi-plus
</x-icon>
<x-icon
tooltip="Delete user from NocoDB"
tooltip="Remove user from NocoDB"
class="ml-2"
color="error"
small

Loading…
Cancel
Save