From b0210cc9296c77ccd35ba526202969ae3b48ef83 Mon Sep 17 00:00:00 2001 From: paultranvan <paul@cozycloud.cc> Date: Fri, 12 Mar 2021 14:21:55 +0100 Subject: [PATCH] fix: Reduce label length --- manifest.konnector | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.konnector b/manifest.konnector index de8dced..7e6c2c9 100644 --- a/manifest.konnector +++ b/manifest.konnector @@ -70,7 +70,7 @@ "label": "Identifiant libre (ex. \"Samsung personnel\")" }, "password": { - "label": "Identifiant secret (cf. onglet Profil de votre app TraceMob)" + "label": "Identifiant Secret (cf. Profil dans l'app Mobile)" } } }, @@ -90,10 +90,10 @@ "label": "Service provider" }, "login": { - "label": "Free-to-choose identifier (ex. \"personal Samsung\")" + "label": "Free-to-choose identifier (ex. \"My Samsung\")" }, "password": { - "label": "Secret identifier (see Profile section on your Tracemob app)" + "label": "Secret identifier (see Profile in mobile app)" } } } -- GitLab