mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
lightbox_overlay: Fix & not being rendered as desired.
The attempt to render `&` doesn't work. So, just replacing it with `and` to make it always work.
This commit is contained in:
parent
b92d9fb77c
commit
ad59fae407
@ -7,7 +7,7 @@
|
||||
<div class="exit" aria-label="{{t 'Close' }}"><span aria-hidden="true">x</span></div>
|
||||
<div class="image-actions">
|
||||
<div class="lightbox-canvas-trigger">
|
||||
<div class="title">{{t "Pan & Zoom" }}</div>
|
||||
<div class="title">{{t "Pan and Zoom" }}</div>
|
||||
<div class="status" data-disabled="{{t 'Disabled' }}" data-enabled="{{t 'Enabled' }}"></div>
|
||||
</div>
|
||||
<a class="button small open" rel="noopener noreferrer" target="_blank">{{t "Open" }}</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user