mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Fix linter warning
This commit is contained in:
parent
953daf9ed8
commit
859bfbd5f2
1 changed files with 4 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
"version": "5.3.39~ynh1",
|
"version": "5.3.39~ynh1",
|
||||||
"url": "https://invoiceninja.org",
|
"url": "https://invoiceninja.org",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "ELv2",
|
"license": "Elastic-2.0",
|
||||||
"website": "https://invoiceninja.org",
|
"website": "https://invoiceninja.org",
|
||||||
"demo": "https://app.invoiceninja.com/dashboard",
|
"demo": "https://app.invoiceninja.com/dashboard",
|
||||||
"admindoc": "https://invoiceninja.github.io/",
|
"admindoc": "https://invoiceninja.github.io/",
|
||||||
"userdoc": "https://invoiceninja.github.io/",
|
"userdoc": "https://invoiceninja.github.io/",
|
||||||
"code": "https://github.com/invoiceninja/invoiceninja"
|
"code": "https://github.com/invoiceninja/invoiceninja"
|
||||||
},
|
},
|
||||||
"license": "ELv2",
|
"license": "Elastic-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Sebastian Gumprich",
|
"name": "Sebastian Gumprich",
|
||||||
"email": "yunohost AT gumpri DOT ch"
|
"email": "yunohost AT gumpri DOT ch"
|
||||||
|
@ -54,7 +54,8 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"help": {
|
"help": {
|
||||||
"en": "Since your clients should have the possibility to access your invoices, the app is public. If you only want to send invoices via mail (or not at all), deactivate public access"
|
"en": "Since your clients should have the possibility to access your invoices, the app is public. If you only want to send invoices via mail (or not at all), deactivate public access",
|
||||||
|
"fr": "Puisque vos clients doivent avoir la possibilité d'accéder à vos factures, l'application est publique. Si vous souhaitez uniquement envoyer des factures par courrier (ou pas du tout), désactivez l'accès public"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue