From 1fdf7032c815e696e643eee9fc64cf47cb93c68e Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 Date: Wed, 12 Jul 2023 13:56:14 +0000 Subject: [PATCH] Add translations for show/hide password button (#89) --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index f9e4041..c374b65 100644 --- a/translations/en.json +++ b/translations/en.json @@ -512,5 +512,7 @@ "open_links_in_new_tab": "Open links in a new tab", "op": "OP", "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" }