Skip to content

Commit

Permalink
Fix [sc-3457]: Display account deletion confirmation entirely (#486)
Browse files Browse the repository at this point in the history
Use the new `noEllipsis` option on the checkbox used for asking account deletion confirmation
  • Loading branch information
mpellerin42 authored Jan 6, 2023
1 parent 8654019 commit 6ae0bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ <h1>{{ 'account.delete_account_confirm_title' | translate }}</h1>
</pa-modal-title>
<pa-modal-content>
<div>
<pa-checkbox [(value)]="deleteAccount">
<pa-checkbox
noEllipsis
[(value)]="deleteAccount">
{{ 'account.delete_account_confirm' | translate: { account: (account | async)?.title } }}
</pa-checkbox>
</div>
Expand Down
2 changes: 1 addition & 1 deletion mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"https": "https://github.com/plone/pastanaga-angular.git",
"path": "/projects/pastanaga-angular/src",
"package": "@guillotinaweb/pastanaga-angular",
"tag": "2.58.5"
"tag": "2.58.6"
}
}

0 comments on commit 6ae0bfd

Please sign in to comment.