1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Explicit what home folders are

This commit is contained in:
Alexandre Aubin 2019-05-10 14:10:48 +02:00 committed by GitHub
parent 9d33e5aeb1
commit 29aab0a416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,8 +56,8 @@
"name": "user_home",
"type": "boolean",
"ask": {
"en": "Access the users home folder from Nextcloud?",
"fr": "Accéder au dossier personnel des utilisateurs depuis Nextcloud ?"
"en": "Access the users home folder (/home/username/) from Nextcloud?",
"fr": "Accéder au dossier personnel des utilisateurs (/home/username/) depuis Nextcloud ?"
},
"default": false
}