mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #307 from vrubiolo/stretch-unstable
Typo fix in nginx error message
This commit is contained in:
commit
f769b45c11
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
"error_retrieve_feed": "Could not retrieve feed: %s. You might have a plugin prevent your browser from performing this request (or the website is down).",
|
"error_retrieve_feed": "Could not retrieve feed: %s. You might have a plugin prevent your browser from performing this request (or the website is down).",
|
||||||
"error_select_domain": "You should indicate a domain",
|
"error_select_domain": "You should indicate a domain",
|
||||||
"error_server_unexpected": "Unexpected server error (%s)",
|
"error_server_unexpected": "Unexpected server error (%s)",
|
||||||
"error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stoppted for some reason? (Error code/message: %s)",
|
"error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stopped for some reason? (Error code/message: %s)",
|
||||||
"everything_good": "Everything good!",
|
"everything_good": "Everything good!",
|
||||||
"experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.",
|
"experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.",
|
||||||
"firewall": "Firewall",
|
"firewall": "Firewall",
|
||||||
|
|
Loading…
Add table
Reference in a new issue