removed unused data-l10n attributes

This commit is contained in:
Danny Coates 2017-08-25 13:14:17 -07:00
parent a9a34fdd0a
commit 2b5c9dfb35
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 2 additions and 6 deletions

View File

@ -5,8 +5,6 @@ module.exports = function(state) {
return html`
<div id="upload-error">
<div class="title">${state.translate('errorPageHeader')}</div>
<img id="upload-error-img" data-l10n-id="errorAltText" src="${assets.get(
'illustration_error.svg'
)}"/>
<img id="upload-error-img" src="${assets.get('illustration_error.svg')}"/>
</div>`;
};

View File

@ -7,9 +7,7 @@ module.exports = function(state) {
<div id="download">
<div class="title">${state.translate('expiredPageHeader')}</div>
<div class="share-window">
<img src="${assets.get(
'illustration_expired.svg'
)}" id="expired-img" data-l10n-id="linkExpiredAlt"/>
<img src="${assets.get('illustration_expired.svg')}" id="expired-img">
</div>
<div class="expired-description">${state.translate(
'uploadPageExplainer'