Browse Source

fix: added members to the input label

pull/6441/head
sreehari jayaraj 12 months ago
parent
commit
4ac3288a6d
  1. 2
      packages/nc-gui/components/project/AccessSettings.vue
  2. 2
      packages/nc-gui/components/workspace/CollaboratorsList.vue

2
packages/nc-gui/components/project/AccessSettings.vue

@ -162,7 +162,7 @@ onMounted(async () => {
</div>
<template v-else>
<div class="w-full flex flex-row justify-between items-baseline mt-6.5 mb-2 pr-0.25 ml-2">
<a-input v-model:value="userSearchText" class="!max-w-90 !rounded-md" placeholder="Search collaborators">
<a-input v-model:value="userSearchText" class="!max-w-90 !rounded-md" placeholder="Search members">
<template #prefix>
<PhMagnifyingGlassBold class="!h-3.5 text-gray-500" />
</template>

2
packages/nc-gui/components/workspace/CollaboratorsList.vue

@ -48,7 +48,7 @@ onMounted(async () => {
<div class="w-full h-1 border-t-1 border-gray-100 opacity-50 mt-6"></div>
<div class="w-full flex flex-row justify-between items-baseline mt-6.5 mb-2 pr-0.25 ml-2">
<div class="text-xl">Members</div>
<a-input v-model:value="userSearchText" class="!max-w-90 !rounded-md mr-4" placeholder="Search collaborators">
<a-input v-model:value="userSearchText" class="!max-w-90 !rounded-md mr-4" placeholder="Search members">
<template #prefix>
<PhMagnifyingGlassBold class="!h-3.5 text-gray-500" />
</template>

Loading…
Cancel
Save