Skip to content
Snippets Groups Projects
Commit f3ca7f0e authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Correct language typo in QR code scanner

parent 76c217b4
No related branches found
No related tags found
No related merge requests found
Pipeline #13354 passed
...@@ -376,7 +376,7 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) { ...@@ -376,7 +376,7 @@ export class QrCodeScanner extends ScopedElementsMixin(DBPLitElement) {
<pre id="error"></pre> <pre id="error"></pre>
<div id="output" hidden class=" ${classMap({hidden: !this.showOutput})}"> <div id="output" hidden class=" ${classMap({hidden: !this.showOutput})}">
<div id="outputMessage">${i18n.t('no-qr-detectede')}</div> <div id="outputMessage">${i18n.t('no-qr-detected')}</div>
<div hidden><b>${i18n.t('data')}:</b> <span id="outputData"></span></div> <div hidden><b>${i18n.t('data')}:</b> <span id="outputData"></span></div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment