mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Replace images by files in the description
This avoid any confusion with the Lu**fim** app. ;)
This commit is contained in:
parent
aafc031a13
commit
06b92a9d35
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
||||||
"yunohost": ">= 2.4"
|
"yunohost": ">= 2.4"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Self hosting images and sharing anonymous application",
|
"en": "Self hosting files and sharing anonymous application",
|
||||||
"fr": "Application d'hébergement et de partage d'images anonyme"
|
"fr": "Application d'hébergement et de partage de fichiers anonyme"
|
||||||
},
|
},
|
||||||
"version": "0.6 dev",
|
"version": "0.6 dev",
|
||||||
"url": "https://git.framasoft.org/luc/lufi",
|
"url": "https://git.framasoft.org/luc/lufi",
|
||||||
|
@ -53,8 +53,8 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Uploading images is it public?",
|
"en": "Uploading files is it public?",
|
||||||
"fr": "L'upload des images est-il public ?"
|
"fr": "L'upload de fichiers est-il public ?"
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "No"
|
"default": "No"
|
||||||
|
|
Loading…
Reference in a new issue