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

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