From 564cb2e3920cc6d3d64b1814dbadb4552a96e55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:51:28 +0100 Subject: [PATCH] Fix description --- conf/systemd.service | 2 +- manifest.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 6efe1ef..7bc9ab8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=OpenID Connect Provider +Description=Dex: OpenID Connect Provider After=network.target [Service] diff --git a/manifest.json b/manifest.json index b133c62..4d15d63 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "dex", "packaging_format": 1, "description": { - "en": "OpenID Connect Provider based on Yunohost LDAP server" + "en": "OpenID Connect Provider based on YunoHost LDAP server", + "fr": "Connecteur OpenID basé sur le serveur LDAP YunoHost" }, "version": "2.35.3~ynh1", "url": "https://github.com/YunoHost-Apps/dex_ynh", @@ -35,8 +36,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/dex", + "default": "/dex" }, { "name": "OIDC_name",