diff --git a/themes/default/account/address.blade.php b/themes/default/account/address.blade.php index 041ecee4..4c9ed77f 100644 --- a/themes/default/account/address.blade.php +++ b/themes/default/account/address.blade.php @@ -115,8 +115,8 @@ deleteAddress(index) { this.$confirm('{{ __('shop/account.addresses.confirm_delete') }}', '{{ __('shop/account.addresses.hint') }}', { - confirmButtonText: '{{ __('shop/common.confirm') }}', - cancelButtonText: '{{ __('shop/common.cancel') }}', + confirmButtonText: '{{ __('common.confirm') }}', + cancelButtonText: '{{ __('common.cancel') }}', type: 'warning' }).then(() => { $http.delete('/account/addresses/' + this.addresses[index].id).then((res) => { diff --git a/themes/default/account/forgotten.blade.php b/themes/default/account/forgotten.blade.php index d86500a6..4148f1ad 100644 --- a/themes/default/account/forgotten.blade.php +++ b/themes/default/account/forgotten.blade.php @@ -50,7 +50,7 @@ {{ __('shop/forgotten.to_back') }} diff --git a/themes/default/account/rmas/form.blade.php b/themes/default/account/rmas/form.blade.php index 60661361..292ebffd 100644 --- a/themes/default/account/rmas/form.blade.php +++ b/themes/default/account/rmas/form.blade.php @@ -71,8 +71,8 @@