fix: changed CTA labels on lists to Create

This commit is contained in:
Jannat Patel
2025-07-11 10:44:04 +05:30
parent 6f9f27c030
commit e6bae3dc77
5 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
<template #prefix>
<Plus class="w-4 h-4" />
</template>
{{ __('New') }}
{{ __('Create') }}
</Button>
</header>

View File

@@ -14,7 +14,7 @@
<template #prefix>
<Plus class="h-4 w-4 stroke-1.5" />
</template>
{{ __('New') }}
{{ __('Create') }}
</Button>
</router-link>
</header>

View File

@@ -14,7 +14,7 @@
<template #prefix>
<Plus class="h-4 w-4 stroke-1.5" />
</template>
{{ __('New') }}
{{ __('Create') }}
</Button>
</router-link>
</header>

View File

@@ -29,7 +29,7 @@
<template #prefix>
<Plus class="h-4 w-4 stroke-1.5" />
</template>
{{ __('New') }}
{{ __('Create') }}
</Button>
</div>
</header>

View File

@@ -7,12 +7,12 @@
<template #prefix>
<Plus class="w-4 h-4" />
</template>
{{ __('New') }}
{{ __('Create') }}
</Button>
</header>
<div class="py-5 mx-5">
<div class="flex items-center justify-between mb-5">
<div class="text-xl font-semibold text-ink-gray-7">
<div class="flex items-center justify-between mb-4">
<div class="text-lg font-semibold text-ink-gray-7">
{{
quizzes.data?.length
? __('{0} Quizzes').format(quizzes.data.length)
@@ -263,7 +263,7 @@ const quizColumns = computed(() => {
label: __('Modified'),
key: 'modified',
width: 1,
align: 'right',
align: 'center',
icon: 'clock',
},
]