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>