refactor: update labels in OwnerVerification and RetailStockTransferModal components for improved clarity in stock management
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run

This commit is contained in:
Yoga Pangestu 2026-07-05 17:20:03 +07:00
parent 0078c16e17
commit d01bcd5390
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ private static function label(string $field): string
'is_active' => 'Status Aktif',
'variants' => 'Varian',
'prices' => 'Varian Harga',
'quantity' => 'Jumlah Transfer',
'quantity' => 'Perubahan Stok Ecer',
'stock' => 'Stok Bagus',
'retail_stock' => 'Stok Ecer',
'variant_name' => 'Varian',

View File

@ -195,7 +195,7 @@ function formatNumber(value: number): string {
<FieldGroup>
<FieldSet class="grid gap-4">
<Field>
<FieldLabel for="retail-quantity" required>Jumlah Transfer</FieldLabel>
<FieldLabel for="retail-quantity" required>Perubahan Stok Ecer</FieldLabel>
<NumberInput
id="retail-quantity"
v-model="form.quantity"