Skip to content

Commit 4d383ba

Browse files
committed
Change "Lastname" to "Last name"
1 parent 6b70f3b commit 4d383ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lang/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"Increase": "Verhogen",
4040
"Items per page": "Producten per pagina",
4141
"Last": "Laatste",
42-
"Lastname": "Achternaam",
42+
"Last name": "Achternaam",
4343
"Less options": "Minder opties",
4444
"Loading": "Aan het laden",
4545
"Login": "Inloggen",

resources/views/checkout/partials/address.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
@endif
108108
<div class="col-span-12 {{ Rapidez::config('customer/address/middlename_show') ? 'sm:col-span-4' : 'sm:col-span-6' }}">
109109
<label>
110-
<x-rapidez::label>@lang('Lastname')</x-rapidez::label>
110+
<x-rapidez::label>@lang('Last name')</x-rapidez::label>
111111
<x-rapidez::input
112112
name="{{ $type }}_lastname"
113113
v-model="variables.lastname"

resources/views/checkout/steps/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/>
4949
</label>
5050
<label>
51-
<x-rapidez::label>@lang('Lastname')</x-rapidez::label>
51+
<x-rapidez::label>@lang('Last name')</x-rapidez::label>
5252
<x-rapidez::input
5353
name="lastname"
5454
type="text"

0 commit comments

Comments
 (0)