1
0
Fork 0
mirror of https://github.com/Findus23/plugin-PasswordVerifier.git synced 2024-09-19 16:03:47 +02:00

add trailing dot to sentences

This commit is contained in:
Lukas Winkler 2022-07-27 20:19:24 +02:00
parent 1bf3ce8f89
commit 4cceba02e7
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,7 +1,7 @@
{
"PasswordVerifier": {
"PluginDescription": "Reject insecure passwords by searching for their hash in the haveibeenpwned.com database",
"PasswordFoundInDb": "Your password occurs %1$s times in the haveibeenpwned.com database. Please choose a secure password",
"CantReachAPI": "Can't reach haveibeenpwned.com to verify the password. Please check the Matomo log for more information"
"PasswordFoundInDb": "Your password occurs %1$s times in the haveibeenpwned.com database. Please choose a secure password.",
"CantReachAPI": "Can't reach haveibeenpwned.com to verify the password. Please check the Matomo log for more information."
}
}