Fix QR code creation

Change-Id: Ib6bbd1be6d4dca1f617043c3c2338924b2321ea3
This commit is contained in:
Michael Albert
2020-04-14 13:06:55 +02:00
committed by Manuel Stahl
parent bf7867f106
commit d2a3f07a59
5 changed files with 48 additions and 5 deletions

View File

@@ -8,8 +8,8 @@ export default {
welcome: "Willkommen bei Synapse-admin",
},
action: {
save_and_show: "QR Code erzeugen",
save_only: "Speichern",
save_and_show: "Speichern und QR Code erzeugen",
save_only: "Nur speichern",
download_pdf: "PDF speichern",
},
users: {
@@ -44,4 +44,15 @@ export default {
},
},
},
ra: {
...germanMessages.ra,
input: {
...germanMessages.ra.input,
password: {
...germanMessages.ra.input.password,
toggle_hidden: "Anzeigen",
toggle_visible: "Verstecken",
}
}
}
};