Skip to content

Commit

Permalink
[chore] Add trans
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 authored and pandafy committed May 14, 2024
1 parent 1daf400 commit db83e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwisp_notifications/templates/admin/base_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<h2 class="ow-message-title"></h2>
<div class="ow-message-description"></div>
<div class="ow-dialog-buttons">
<button class="ow-message-target-redirect ow-hide">Click to Redirect</button>
<button class="ow-dialog-close">Close</button>
<button class="ow-message-target-redirect ow-hide">{% trans 'Open' %}</button>
<button class="ow-dialog-close">{% trans 'Close' %}</button>
</div>
</div>
</div>
Expand Down

0 comments on commit db83e71

Please sign in to comment.