inserted missing paren

This commit is contained in:
Tim Nordenfur 2021-06-04 01:25:28 +02:00 committed by Henry
parent a51e5327c8
commit 7c068f2df1
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ ErrorAlreadyAdded = "Der öffentliche Schlüssel <strong> {{.Key}} </ strong> is
ErrorPageNotFound = "Die angeforderte Seite <strong> ({{.Path}}) </ strong> ist nicht vorhanden."
ErrorNotAuthorized = "Sie sind nicht autorisiert auf diese Seite zuzugreifen."
ErrorForbidden = "Die Anforderung konnte wegen fehlender Berechtigungen ({{.Details}}) nicht ausgeführt werden."
ErrorBadRequest = "Bei Ihrer Anfrage ist ein Problem aufgetreten: {{.Where}} ({{.Details}}"
ErrorBadRequest = "Bei Ihrer Anfrage ist ein Problem aufgetreten: {{.Where}} ({{.Details}})"
ErrorPasswordDidntMatch = "Die eingegebenen Passwörter sind nicht identisch."
ErrorPasswordTooShort = "Das neue Passwort ist zu kurz. Brauche mindestens 10 Zeichen."
ErrorPasswordLeaked = "Das neue Passwort wurde in der Liste der unsicheren Passwörter von have-i-been-pwned gefunden. Sie müssen ein anderes wählen."

View File

@ -35,7 +35,7 @@ ErrorAlreadyAdded = "The public key <strong>{{.Key}}</strong> already is on the
ErrorPageNotFound = "The requested page <strong>({{.Path}})</strong> is not there."
ErrorNotAuthorized = "You are not authorized to access this page."
ErrorForbidden = "The request could not be executed because of lacking privileges ({{.Details}})"
ErrorBadRequest = "There was a problem with your Request: {{.Where}} ({{.Details}}"
ErrorBadRequest = "There was a problem with your Request: {{.Where}} ({{.Details}})"
ErrorPasswordDidntMatch = "The passwords you entered did not match."
ErrorPasswordTooShort = "The new password is to short. Need at least 10 characters."
ErrorPasswordLeaked = "The new password was found on the insecure password list of have-i-been-pwned. You need to choose a different one."