Skip to content

Commit

Permalink
Merge pull request #1055 from atodorov/fix_template_string
Browse files Browse the repository at this point in the history
Fix wrong translation string
  • Loading branch information
sehmaschine authored Apr 29, 2024
2 parents 8733d26 + 9ac343c commit c8e4ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>{% blocktrans %}Are you sure you want to delete the selected {{ objects_name
<input type="hidden" name="post" value="yes" />
<ul>
<li class="grp-float-left"><a href="." class="grp-button grp-cancel-link">{% trans "Cancel" %}</a></li>
<li><input type="submit" value="{% trans "Yes, I'm sure" %}" class="grp-button grp-default" /></li>
<li><input type="submit" value="{% trans "Yes, Im sure" %}" class="grp-button grp-default" /></li>
</ul>
<input type="hidden" name="post" value="yes" />
</div>
Expand Down

0 comments on commit c8e4ec3

Please sign in to comment.