Translation Key Updated
This commit is contained in:
parent
23537d2b6d
commit
4b49c9bc18
|
|
@ -22,8 +22,8 @@
|
|||
@csrf
|
||||
</form>
|
||||
|
||||
<a href="javascript:void(0);" onclick="confirm('{{ __('shop::app.customer.account.review.delete.confirmation-message') }}') ? document.getElementById('deleteAllReviewForm').submit() : null;">
|
||||
{{ __('shop::app.customer.account.wishlist.deleteall') }}
|
||||
<a href="javascript:void(0);" onclick="confirm('{{ __('shop::app.customer.account.review.delete-all.confirmation-message') }}') ? document.getElementById('deleteAllReviewForm').submit() : null;">
|
||||
{{ __('shop::app.customer.account.review.delete-all.title') }}
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
@csrf
|
||||
</form>
|
||||
|
||||
<a href="javascript:void(0);" class="theme-btn light unset" onclick="confirm('{{ __('shop::app.customer.account.review.delete.confirmation-message') }}') ? document.getElementById('deleteAllReviewForm').submit() : null;">
|
||||
{{ __('shop::app.customer.account.wishlist.deleteall') }}
|
||||
<a href="javascript:void(0);" class="theme-btn light unset" onclick="confirm('{{ __('shop::app.customer.account.review.delete-all.confirmation-message') }}') ? document.getElementById('deleteAllReviewForm').submit() : null;">
|
||||
{{ __('shop::app.customer.account.review.delete-all.title') }}
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue