Merge pull request #222 from YunoHost/change_timeout_warning

[ux] make timeout message more explicit
This commit is contained in:
decentral1se 2019-09-19 12:58:47 +02:00 committed by GitHub
commit 14a0f7ff66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
"folder_exists": "Folder already exists: '{path}'", "folder_exists": "Folder already exists: '{path}'",
"folder_not_exist": "Folder does not exist", "folder_not_exist": "Folder does not exist",
"info": "Info:", "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_argument": "Invalid argument '{argument}': {error}",
"invalid_password": "Invalid password", "invalid_password": "Invalid password",
"invalid_usage": "Invalid usage, pass --help to see help", "invalid_usage": "Invalid usage, pass --help to see help",