-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
16 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/buttons/new-address.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<button v-on:click.prevent="toggleEdit" class="flex flex-col items-center justify-center gap-y-2 font-medium bg-ct-disabled rounded max-md:hidden"> | ||
<span>+</span> | ||
<span>@lang('Add new address')</span> | ||
<span>@lang('Add a new address')</span> | ||
</button> |
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/sections/success/create-account-title.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<x-rapidez-ct::title.lg> | ||
@lang('Create account') | ||
@lang('Create an account') | ||
</x-rapidez-ct::title.lg> |
2 changes: 1 addition & 1 deletion
2
resources/views/checkout/partials/sections/success/create-account.button.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<x-rapidez::button.seconary class="self-end justify-self-start" loader> | ||
@lang('Create account') | ||
@lang('Create an account') | ||
</x-rapidez::button.seconary> |
8 changes: 4 additions & 4 deletions
8
resources/views/checkout/partials/sections/success/features.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<x-rapidez-ct::card> | ||
<x-rapidez-ct::title.lg class="mb-5"> | ||
@lang('Success usps') | ||
Success usps | ||
</x-rapidez-ct::title.lg> | ||
<x-rapidez-ct::usp-list> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-ct-accent" stroke-width="2.5" /> | ||
<span>@lang('Success usp 1')</span> | ||
<span>Success usp 1</span> | ||
</li> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-ct-accent" stroke-width="2.5" /> | ||
<span>@lang('Success usp 2')</span> | ||
<span>Success usp 2</span> | ||
</li> | ||
<li> | ||
<x-heroicon-o-check class="absolute left-0 top-0 h-5 text-ct-accent" stroke-width="2.5" /> | ||
<span>@lang('Success usp 3')</span> | ||
<span>Success usp 3</span> | ||
</li> | ||
</x-rapidez-ct::usp-list> | ||
</x-rapidez-ct::card> |