From 07616f7b7a311ba5b80304b0febee7d58619e7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Bielawski?= Date: Fri, 11 Oct 2024 19:30:40 +0200 Subject: [PATCH] Update translation.json (#1781) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RafaƂ Bielawski --- static/locales/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/locales/en/translation.json b/static/locales/en/translation.json index 9aee6982f..93c020092 100644 --- a/static/locales/en/translation.json +++ b/static/locales/en/translation.json @@ -694,7 +694,7 @@ "directory_patterns": "Per-directory name patterns restrictions", "directory_patterns_help": "Comma separated denied or allowed files/directories, based on shell patterns. The match is case insensitive", "max_sessions": "Max sessions", - "max_sessions_help": "Maximun number of concurrent sessions. 0 means no limit", + "max_sessions_help": "Maximum number of concurrent sessions. 0 means no limit", "denied_protocols": "Denied protocols", "denied_login_methods": "Denied login methods", "denied_login_methods_help": "\"password\" is valid for all supported protocols, \"password-over-SSH\" only for SSH/SFTP/SCP", @@ -1111,4 +1111,4 @@ "admin": "Admin login" } } -} \ No newline at end of file +}