mirror of
https://github.com/YunoHost/install-app.git
synced 2024-09-03 20:06:19 +02:00
Fix message when app not in catalog
This commit is contained in:
parent
96d8de3212
commit
b643a38f97
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"title": "Install {app_name} with YunoHost",
|
"title": "Install {app_name} with YunoHost",
|
||||||
"server_link": "Link to your YunoHost server",
|
"server_link": "Link to your YunoHost server",
|
||||||
"install_button": "Install {app_name}",
|
"install_button": "Install {app_name}",
|
||||||
"app_notfound": "This application is neither officially nor community maintained.",
|
"app_notfound": "This application is not in Yunohost's app catalog.",
|
||||||
"working": "working",
|
"working": "working",
|
||||||
"inprogress": "in progress",
|
"inprogress": "in progress",
|
||||||
"notworking": "not working",
|
"notworking": "not working",
|
||||||
|
|
Loading…
Reference in a new issue