Mark alt text for translation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user