From 1f03cd9ef6e76a691ae383d6ba4b7f851eabddb8 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 10 Feb 2022 18:24:59 +0300 Subject: [PATCH] client: imp msg --- client/src/__locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 921015d7de9..9917ef2e0e8 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -628,5 +628,5 @@ "parental_control": "Parental Control", "safe_browsing": "Safe Browsing", "served_from_cache": "{{value}} (served from cache)", - "form_error_password_length": "Password must be at least {{value}} symbols long" + "form_error_password_length": "Password must be at least {{value}} characters long" }