From 59f3b9765cfd7afbfb207786a1847a2e15ff0deb Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Thu, 21 Dec 2017 11:40:17 +0100 Subject: [PATCH] [manifest] Fix english question for non-members (#25) * [manifest] Fix english question for non-members * Minor change --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8878593..40cc0c4 100644 --- a/manifest.json +++ b/manifest.json @@ -70,8 +70,9 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is this application public?", - "fr": "Cette application est-elle publique ?" + "en": "Can non-members create a poll?", + "fr": "Une personne non membre peut elle créer un sondage ?", + "de": "Kann einen nicht eingeloggter Nutzer einen Umfrage erstellen?" }, "default": true }