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 +}