Skip to content

Commit

Permalink
Fix incorrect JSON fields descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicz committed Feb 13, 2022
1 parent 9d0f577 commit 15ad78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/en/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
$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';
Expand Down

0 comments on commit 15ad78b

Please sign in to comment.