mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[ux] make timeout message more explicit
This commit is contained in:
parent
caf7d28ef0
commit
d895ae3206
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue