From d895ae32068bb98a1531020f2c9501b4a2b433ff Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 16 Sep 2019 02:54:01 +0200 Subject: [PATCH] [ux] make timeout message more explicit --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 78ef4edc..906694eb 100644 --- a/locales/en.json +++ b/locales/en.json @@ -14,7 +14,7 @@ "folder_exists": "Folder already exists: '{path}'", "folder_not_exist": "Folder does not exist", "info": "Info:", - "instance_already_running": "An instance is already running", + "instance_already_running": "There is already a YunoHost command running, please wait for it to finish before doing this one", "invalid_argument": "Invalid argument '{argument}': {error}", "invalid_password": "Invalid password", "invalid_usage": "Invalid usage, pass --help to see help",