Browse Source

fixup de: naming `update`

pull/278/head
Philip H 1 year ago
committed by GitHub
parent
commit
6fa24b3391
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/www/js/i18n.js

4
src/www/js/i18n.js

@ -169,8 +169,8 @@ const messages = { // eslint-disable-line no-unused-vars
password: 'Passwort',
signIn: 'Anmelden',
logout: 'Abmelden',
updateAvailable: 'Ein Update steht zur Verfügung!',
update: 'Update',
updateAvailable: 'Eine Aktualisierung steht zur Verfügung!',
update: 'Aktualisieren',
clients: 'Clients',
new: 'Neu',
deleteClient: 'Client löschen',

Loading…
Cancel
Save