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:
Aman Agrawal 2021-06-20 15:34:11 +00:00 committed by Steve Howell
parent b92d9fb77c
commit ad59fae407

View File

@ -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 &amp; 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>