diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-04-14 10:15:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 10:15:39 +0200 |
commit | 167efe979622854c399d15a28bc13f6ec093aa42 (patch) | |
tree | bd814d405b4800de904434c1dc2a0587fad89587 /apps | |
parent | 2117e72c296e0613f7a70c2965264a9aa0dad363 (diff) | |
download | nextcloud-server-167efe979622854c399d15a28bc13f6ec093aa42.tar.gz nextcloud-server-167efe979622854c399d15a28bc13f6ec093aa42.zip |
l10n: Change to lowercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/templates/settings/admin/sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php index 8474e1228f7..04c7f1aa3ae 100644 --- a/apps/settings/templates/settings/admin/sharing.php +++ b/apps/settings/templates/settings/admin/sharing.php @@ -263,7 +263,7 @@ <?php if ($_['restrictUserEnumerationFullMatchIgnoreSecondDisplayName'] === 'yes') { print_unescaped('checked="checked"'); } ?> /> - <label for="shareapi_restrict_user_enumeration_full_match_ignore_second_display_name"><?php p($l->t('Ignore second display name in parentheses if any (Example: "First display name (second ignored display name)")'));?></label><br /> + <label for="shareapi_restrict_user_enumeration_full_match_ignore_second_display_name"><?php p($l->t('Ignore second display name in parentheses if any (example: "First display name (second ignored display name)")'));?></label><br /> </p> <p> |