"Standardize pickup checkbox label in MyBookingsBook.vue to 'Inkl. Pick-Up' for consistency across views."
This commit is contained in:
@@ -973,7 +973,7 @@ const hasSelectedTime = computed(() => {
|
||||
<div class="field">
|
||||
<label class="checkbox">
|
||||
<input id="pickup" type="checkbox" v-model="pickup" />
|
||||
Inkl. Pickup
|
||||
Inkl. Pick-Up
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1341,7 +1341,7 @@ const hasSelectedTime = computed(() => {
|
||||
<label class="label">Afhentning</label>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" v-model="pickup" />
|
||||
Ønsker afhentning
|
||||
Inkl. Pick-Up
|
||||
</label>
|
||||
</div>
|
||||
<!-- Select department -->
|
||||
|
||||
Reference in New Issue
Block a user