Fix keyboard navigation in user settings

This patch makes sure that the option in the user settings are
accessible via keyboard navigation and that the labels, if users use a
screen reader, actually make sense.

This patch introduces new strings which need to be translated. Although
I did already provide a German translation.
This commit is contained in:
Lars Kiesow 2022-12-29 21:29:11 +01:00
parent 315c83e4c3
commit 4e61185136
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
3 changed files with 7 additions and 3 deletions

View file

@ -75,6 +75,8 @@
"ButtonUploadBackup": "Sicherung hochladen",
"ButtonUploadCover": "Titelbild hochladen",
"ButtonUploadOPMLFile": "OPML-Datei hochladen",
"ButtonUserEdit": "Benutzer {0} editieren",
"ButtonUserDelete": "Benutzer {0} löschen",
"ButtonViewAll": "Alles anzeigen",
"ButtonYes": "Ja",
"HeaderAccount": "Konto",

View file

@ -75,6 +75,8 @@
"ButtonUploadBackup": "Upload Backup",
"ButtonUploadCover": "Upload Cover",
"ButtonUploadOPMLFile": "Upload OPML File",
"ButtonUserEdit": "Edit user {0}",
"ButtonUserDelete": "Delete user {0}",
"ButtonViewAll": "View All",
"ButtonYes": "Yes",
"HeaderAccount": "Account",