1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00

default path in manifest set to /

This commit is contained in:
Julien Malik 2018-04-19 13:05:39 +02:00
parent c1259b0743
commit 5aa7c2c065

View file

@ -38,8 +38,8 @@
"en": "Choose a path for Timeoff Management, only / is supported", "en": "Choose a path for Timeoff Management, only / is supported",
"fr": "Choisissez un chemin pour Timeoff Management, seulement / est supporté pour l'instant" "fr": "Choisissez un chemin pour Timeoff Management, seulement / est supporté pour l'instant"
}, },
"example": "/timeoff", "example": "/",
"default": "/timeoff" "default": "/"
} }
] ]
} }