1
0
Fork 0
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:
Arthur Lutz 2017-12-21 11:40:17 +01:00 committed by JimboJoe
parent 4501828305
commit 59f3b9765c

View file

@ -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
} }