From 02a3547d77db1a334b74f33e03253a8f0a27b8f3 Mon Sep 17 00:00:00 2001 From: shenshiyuan Date: Wed, 14 Oct 2020 21:43:27 +0800 Subject: [PATCH] fix(text): type --- 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 7617caaf..31ecc905 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -179,7 +179,7 @@ "userDefaults": "User default settings", "defaultUserDescription": "This are the default settings for new users.", "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.", + "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.", "perm": { "create": "Create files and directories", "delete": "Delete files and directories",