From 06b92a9d35a2aa6f7d8a688f62f067df41b52e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20J?= Date: Mon, 9 Oct 2017 17:10:52 +0200 Subject: [PATCH] Replace images by files in the description This avoid any confusion with the Lu**fim** app. ;) --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 4a46553..b20b057 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,8 @@ "yunohost": ">= 2.4" }, "description": { - "en": "Self hosting images and sharing anonymous application", - "fr": "Application d'hébergement et de partage d'images anonyme" + "en": "Self hosting files and sharing anonymous application", + "fr": "Application d'hébergement et de partage de fichiers anonyme" }, "version": "0.6 dev", "url": "https://git.framasoft.org/luc/lufi", @@ -53,8 +53,8 @@ { "name": "is_public", "ask": { - "en": "Uploading images is it public?", - "fr": "L'upload des images est-il public ?" + "en": "Uploading files is it public?", + "fr": "L'upload de fichiers est-il public ?" }, "choices": ["Yes", "No"], "default": "No"