fix: username -> SSB-ID (#310)

Follows https://github.com/ssb-ngi-pointer/go-ssb-room/pull/308.

Co-authored-by: decentral1se <cellarspoon@riseup.net>
This commit is contained in:
decentral1se 2022-08-22 10:56:16 +02:00 committed by GitHub
parent 6aaea32407
commit 227efa6a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ NavAdminInvites = "Einladungen"
NavAdminNotices = "Hinweise"
# Error messages
ErrorAuthBadLogin = "Die angegebenen Authentifizierungsdaten (Benutzername oder Passwort) sind falsch."
ErrorAuthBadLogin = "Die angegebenen Authentifizierungsdaten (SSB-ID oder Passwort) sind falsch."
ErrorNotFound = "Die Datenbank konnte den betreffenden Artikel nicht finden."
ErrorAlreadyAdded = "Der öffentliche Schlüssel <strong> {{.Key}} </ strong> ist bereits in der Liste enthalten."
ErrorPageNotFound = "Die angeforderte Seite <strong> ({{.Path}}) </ strong> ist nicht vorhanden."

View File

@ -33,7 +33,7 @@ NavAdminInvites = "Invites"
NavAdminNotices = "Notices"
# Error messages
ErrorAuthBadLogin = "The supplied authentication credentials (username or password) are incorrect."
ErrorAuthBadLogin = "The supplied authentication credentials (SSB-ID or password) are incorrect."
ErrorNotFound = "The database couldn't find the item in question."
ErrorAlreadyAdded = "The SSB-ID <strong>{{.Key}}</strong> already is on the list"
ErrorPageNotFound = "The requested page <strong>({{.Path}})</strong> is not there."