Skip to content

Commit abe5c98

Browse files
committed
fixed a minor spelling error
1 parent 39ad3f4 commit abe5c98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

signaturenDruck/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Signaturendatei: <span id="defaultPath"></span>
1818
<button id="btn_refresh" class="button"><i class="fas fa-sync"></i></button>
1919
<input type="file" accept=".dnl" id="fileToRead" class="inputFile"/>
20-
<label id="btn_fileToRead" for="fileToRead" class="button">Datei auswahl</label>
20+
<label id="btn_fileToRead" for="fileToRead" class="button">Dateiauswahl</label>
2121
<span id="datepickerSpan"><label for="datepicker">Datumsfilter: </label>
2222
<input id="datepicker" type="date"/></span>
2323
</p>

signaturenDruck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SignaturenDruck_neu",
3-
"version": "1.0.3e",
3+
"version": "1.0.3f",
44
"description": "SignaturenDruck der ThULB",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)