Skip to content

Commit

Permalink
EZP-31695: Add mising tooltips for close modal (send to trash)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti committed Jul 1, 2020
1 parent b6f992f commit 0ad2c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/bundle/Resources/translations/messages.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@
<target state="new">Cancel</target>
<note>key: trash.form.cancel</note>
</trans-unit>
<trans-unit id="7f37e5f732ee7101a696a881cf22045bcd11359c" resname="trash.modal.close">
<source>Close</source>
<target state="new">Close</target>
<note>key: trash.modal.close</note>
</trans-unit>
<trans-unit id="2720e3018fc8b1158cb728b1d5dc377ef7293b57" resname="trash.modal.message">
<source>Are you sure you want to send this Content item to Trash?</source>
<target state="new">Are you sure you want to send this Content item to Trash?</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<button type="button" class="close" data-dismiss="modal" title="{{ 'trash.modal.close'|trans|desc('Close') }}">
<svg class="ez-icon ez-icon--medium" aria-hidden="true">
<use xlink:href="{{ asset('bundles/ezplatformadminui/img/ez-icons.svg') }}#discard"></use>
</svg>
Expand Down

0 comments on commit 0ad2c10

Please sign in to comment.