From 15ad78b1119546d09a0ded21389e6594b02a0279 Mon Sep 17 00:00:00 2001 From: David 'ilicz' Klementa <ilicz@inmail.cz> Date: Sun, 13 Feb 2022 17:08:04 +0100 Subject: [PATCH] Fix incorrect JSON fields descriptions --- lang/en/settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/settings.php b/lang/en/settings.php index bafd3a2..12e3dd8 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -14,9 +14,9 @@ $lang['authmethod'] = 'Authorization method used when talking to the user API'; $lang['scopes'] = 'Scopes to request (comma separated)'; $lang['json-user'] = 'Access to the username in dot notation'; -$lang['json-name'] = 'Access to the username in dot notation'; -$lang['json-mail'] = 'Access to the username in dot notation'; -$lang['json-grps'] = 'Access to the username in dot notation'; +$lang['json-name'] = 'Access to the full name in dot notation'; +$lang['json-mail'] = 'Access to the user email in dot notation'; +$lang['json-grps'] = 'Access to the user groups in dot notation'; $lang['label'] = 'Label to display on the login button'; $lang['color'] = 'Color to use with the login button'; -- GitLab