diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-04-14 09:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 09:55:47 +0200 |
commit | 2117e72c296e0613f7a70c2965264a9aa0dad363 (patch) | |
tree | afbdd6ccfd63ed445f094f2174e0dc108eb07c49 /apps/settings/templates | |
parent | 45a156edd4592e3fba25b9f570db64dc2ae91e01 (diff) | |
download | nextcloud-server-2117e72c296e0613f7a70c2965264a9aa0dad363.tar.gz nextcloud-server-2117e72c296e0613f7a70c2965264a9aa0dad363.zip |
l10n: Remove dot and add a parenthesis
Adaptation of the text string to the others. Removing the dot and adding a parenthesis.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/settings/templates')
-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 3cf410727cc..8474e1228f7 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> |