fix(loyalty): rename category label "Name (default)" to "English (EN)"
Some checks failed
Some checks failed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -234,7 +234,7 @@
|
|||||||
<div x-show="showAddCategory" class="mb-4 p-4 border border-purple-200 dark:border-purple-800 rounded-lg bg-purple-50 dark:bg-purple-900/20">
|
<div x-show="showAddCategory" class="mb-4 p-4 border border-purple-200 dark:border-purple-800 rounded-lg bg-purple-50 dark:bg-purple-900/20">
|
||||||
<div class="grid gap-3 md:grid-cols-2 mb-3">
|
<div class="grid gap-3 md:grid-cols-2 mb-3">
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-xs font-medium text-gray-600 dark:text-gray-400 mb-1">Name (default)</label>
|
<label class="block text-xs font-medium text-gray-600 dark:text-gray-400 mb-1">English (EN)</label>
|
||||||
<input type="text" x-model="newCategoryName" maxlength="100" placeholder="e.g. Men"
|
<input type="text" x-model="newCategoryName" maxlength="100" placeholder="e.g. Men"
|
||||||
class="w-full px-3 py-2 text-sm border border-gray-300 dark:border-gray-600 rounded-lg dark:bg-gray-700 dark:text-gray-300">
|
class="w-full px-3 py-2 text-sm border border-gray-300 dark:border-gray-600 rounded-lg dark:bg-gray-700 dark:text-gray-300">
|
||||||
</div>
|
</div>
|
||||||
@@ -301,7 +301,7 @@
|
|||||||
<div x-show="editingCategoryId === cat.id" class="p-3 bg-purple-50 dark:bg-purple-900/20">
|
<div x-show="editingCategoryId === cat.id" class="p-3 bg-purple-50 dark:bg-purple-900/20">
|
||||||
<div class="grid gap-2 md:grid-cols-2 mb-3">
|
<div class="grid gap-2 md:grid-cols-2 mb-3">
|
||||||
<div>
|
<div>
|
||||||
<label class="block text-xs font-medium text-gray-600 dark:text-gray-400 mb-1">Name (default)</label>
|
<label class="block text-xs font-medium text-gray-600 dark:text-gray-400 mb-1">English (EN)</label>
|
||||||
<input type="text" x-model="editCategoryData.name" maxlength="100"
|
<input type="text" x-model="editCategoryData.name" maxlength="100"
|
||||||
class="w-full px-3 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg dark:bg-gray-700 dark:text-gray-300">
|
class="w-full px-3 py-1.5 text-sm border border-gray-300 dark:border-gray-600 rounded-lg dark:bg-gray-700 dark:text-gray-300">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user