mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 07:00:54 +03:00
removed unused data-l10n attributes
This commit is contained in:
@@ -5,8 +5,6 @@ module.exports = function(state) {
|
|||||||
return html`
|
return html`
|
||||||
<div id="upload-error">
|
<div id="upload-error">
|
||||||
<div class="title">${state.translate('errorPageHeader')}</div>
|
<div class="title">${state.translate('errorPageHeader')}</div>
|
||||||
<img id="upload-error-img" data-l10n-id="errorAltText" src="${assets.get(
|
<img id="upload-error-img" src="${assets.get('illustration_error.svg')}"/>
|
||||||
'illustration_error.svg'
|
|
||||||
)}"/>
|
|
||||||
</div>`;
|
</div>`;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,9 +7,7 @@ module.exports = function(state) {
|
|||||||
<div id="download">
|
<div id="download">
|
||||||
<div class="title">${state.translate('expiredPageHeader')}</div>
|
<div class="title">${state.translate('expiredPageHeader')}</div>
|
||||||
<div class="share-window">
|
<div class="share-window">
|
||||||
<img src="${assets.get(
|
<img src="${assets.get('illustration_expired.svg')}" id="expired-img">
|
||||||
'illustration_expired.svg'
|
|
||||||
)}" id="expired-img" data-l10n-id="linkExpiredAlt"/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="expired-description">${state.translate(
|
<div class="expired-description">${state.translate(
|
||||||
'uploadPageExplainer'
|
'uploadPageExplainer'
|
||||||
|
|||||||
Reference in New Issue
Block a user