mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
[manifest] Fix english question for non-members (#25)
* [manifest] Fix english question for non-members * Minor change
This commit is contained in:
parent
4501828305
commit
59f3b9765c
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is this application public?",
|
"en": "Can non-members create a poll?",
|
||||||
"fr": "Cette application est-elle publique ?"
|
"fr": "Une personne non membre peut elle créer un sondage ?",
|
||||||
|
"de": "Kann einen nicht eingeloggter Nutzer einen Umfrage erstellen?"
|
||||||
},
|
},
|
||||||
"default": true
|
"default": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue