Mark alt text for translation

This commit is contained in:
Giulio Gratta
2019-05-29 09:59:40 -07:00
parent dddfac8380
commit 7819a2d5d7

View File

@@ -35,7 +35,7 @@
## can be included in the footer on other sites
## (e.g. a blog or marketing front-end) to provide a consistent
## user experience. See the branding app for details.
<img alt="organization logo" src="${footer['logo_image']}">
<img alt="${_('organization logo')}" src="${footer['logo_image']}">
</a>
</p>
</div>
@@ -116,7 +116,7 @@
## can be included in the footer on other sites
## (e.g. a blog or marketing front-end) to provide a consistent
## user experience. See the branding app for details.
<img alt="organization logo" src="${footer['logo_image']}">
<img alt="${_('organization logo')}" src="${footer['logo_image']}">
</a>
</p>
</div>