mirror of https://github.com/zulip/zulip.git
navbar: Tag unread alert message properly for translation.
This commit is contained in:
parent
bbec2d9625
commit
161342a298
|
@ -52,12 +52,12 @@
|
||||||
<div data-step="1">
|
<div data-step="1">
|
||||||
{% trans count=page_params.unread_msgs.count %}
|
{% trans count=page_params.unread_msgs.count %}
|
||||||
Welcome back! You have <span class="bankruptcy_unread_count">{{ count }}</span> unread messages. Do you want to mark them all as read?
|
Welcome back! You have <span class="bankruptcy_unread_count">{{ count }}</span> unread messages. Do you want to mark them all as read?
|
||||||
<span class="buttons">
|
|
||||||
<a class="alert-link accept-bankruptcy" role="button" tabindex=0>Yes, please!</a>
|
|
||||||
•
|
|
||||||
<a class="alert-link exit" role="button" tabindex=0>No, I'll catch up.</a>
|
|
||||||
</span>
|
|
||||||
{% endtrans %}
|
{% endtrans %}
|
||||||
|
<span class="buttons">
|
||||||
|
<a class="alert-link accept-bankruptcy" role="button" tabindex=0>_("Yes, please!")</a>
|
||||||
|
•
|
||||||
|
<a class="alert-link exit" role="button" tabindex=0>_("No, I'll catch up.")</a>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<span class="close" data-dismiss="alert" aria-label="{{ _('Close') }}" role="button" tabindex=0>×</span>
|
<span class="close" data-dismiss="alert" aria-label="{{ _('Close') }}" role="button" tabindex=0>×</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue