Skip to content

Commit

Permalink
Merge pull request #25 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4 develop
  • Loading branch information
HuyPhuc98 authored Jun 22, 2023
2 parents ac42095 + 664af84 commit cc90f9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "mageplaza/module-gdpr",
"description": "Magento 2 GDPR Extensions",
"require": {
"mageplaza/module-core": "^1.5.2"
"mageplaza/module-core": "^1.5.3"
},
"type": "magento2-module",
"version": "4.2.3",
"version": "4.2.4",
"license": "proprietary",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/templates/account/edit/delete.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if ($block->allowDeleteAccount()): ?>
<legend class="legend">
<span><?= /** @noEscape */ __('Delete Account') ?></span>
</legend><br>
<div class="gdpr-delete-message col-mp mp-12 mp-xs-12">
<div class="gdpr-delete-message col-mp mp-12 mp-xs-12" style="word-break: break-word">
<?= /** @noEscape */ __($block->getDeleteAccountMessage())?>
</div>

Expand Down

0 comments on commit cc90f9c

Please sign in to comment.