mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] indicate where those damn logs files are
This commit is contained in:
parent
7e940ba8ac
commit
a239546704
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future",
|
"deprecated_command": "'{prog} {command}' is deprecated and will be removed in the future",
|
||||||
"deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead",
|
"deprecated_command_alias": "'{prog} {old}' is deprecated and will be removed in the future, use '{prog} {new}' instead",
|
||||||
"error": "Error:",
|
"error": "Error:",
|
||||||
"error_see_log": "An error occurred. Please see the log for details.",
|
"error_see_log": "An error occurred. Please see the logs for details, they are located in /var/log/yunohost/.",
|
||||||
"file_exists": "File already exists: '{path}'",
|
"file_exists": "File already exists: '{path}'",
|
||||||
"file_not_exist": "File does not exist: '{path}'",
|
"file_not_exist": "File does not exist: '{path}'",
|
||||||
"folder_exists": "Folder already exists: '{path}'",
|
"folder_exists": "Folder already exists: '{path}'",
|
||||||
|
|
Loading…
Reference in a new issue