From d21af7e80f8a3f92ba69c8b61bc771c7b6c39529 Mon Sep 17 00:00:00 2001 From: Isaak Tsalicoglou Date: Tue, 17 Oct 2023 19:58:49 +0300 Subject: [PATCH] Update en.json this ones -> these ones --- frontend/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index d9ba48cc..3a93116a 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -204,7 +204,7 @@ "examples": "Examples", "executeOnShell": "Execute on shell", "executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.", - "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.", + "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 these ones.", "globalSettings": "Global Settings", "hideDotfiles": "Hide dotfiles", "insertPath": "Insert the path",