From 453746a08bc672017336aeb0ccd20626e2677ba6 Mon Sep 17 00:00:00 2001 From: Julien Loir Date: Thu, 19 Nov 2020 00:36:04 +0100 Subject: [PATCH] Update frontend/src/i18n/en.json Co-authored-by: Ramires Viana <59319979+ramiresviana@users.noreply.github.com> --- frontend/src/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 66a786a4..c4ad82ef 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -173,7 +173,7 @@ "globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.", "allowSignup": "Allow users to signup", "createUserDir": "Auto create user home dir while adding new user", - "singleClick": "Use single clicks to open folders", + "singleClick": "Use single clicks to open files and directories", "insertRegex": "Insert regex expression", "insertPath": "Insert the path", "userUpdated": "User updated!", @@ -245,4 +245,4 @@ "downloadFile": "Download File", "downloadFolder": "Download Folder" } -} \ No newline at end of file +}