Skip to content

Commit

Permalink
Fix a confirmation message (definitive deletion in hat bar brick).
Browse files Browse the repository at this point in the history
  • Loading branch information
genglert committed Aug 27, 2024
1 parent 998ae35 commit 9761c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Users side :
------------

# The confirmation message for definitive deletion in hat-bar brick has been fixed.
# Apps :
* Billing :
- The layout of the TemplateBase detail-views has been fixed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
{% with delete_url=object.get_delete_absolute_url %}
{% if delete_url %}
<div class='bar-action'>
{% brick_bar_button action='creme_core-detailview-delete' label=_('Delete permanently') url=delete_url icon='delete' confirm=_('Do you really want to send this entity to the trash?') enabled=delete_perm %}
{% brick_bar_button action='creme_core-detailview-delete' label=_('Delete permanently') url=delete_url icon='delete' confirm=_('Do you really want to delete this entity definitely?') enabled=delete_perm %}
</div>
{% endif %}
{% endwith %}
Expand Down

0 comments on commit 9761c36

Please sign in to comment.