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

make plugin description translatable

This commit is contained in:
Lukas Winkler 2022-07-27 20:17:06 +02:00
parent cc86bd239f
commit 1bf3ce8f89
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,5 +1,6 @@
{
"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"
}