Add translations for show/hide password button (#89)

This commit is contained in:
SleeplessOne1917 2023-07-12 13:56:14 +00:00 committed by GitHub
parent 161f84d5d0
commit 1fdf7032c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -512,5 +512,7 @@
"open_links_in_new_tab": "Open links in a new tab", "open_links_in_new_tab": "Open links in a new tab",
"op": "OP", "op": "OP",
"couldnt_create_audio_captcha": "Couldn't create audio captcha.", "couldnt_create_audio_captcha": "Couldn't create audio captcha.",
"incorrect_login": "Incorrect login credentials" "incorrect_login": "Incorrect login credentials",
"show_password": "Show Password",
"hide_password": "Hide Password"
} }