Skip to content

Commit

Permalink
Merge pull request #31971 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
l10n: Remove dot and add a parenthesis
  • Loading branch information
artonge authored Apr 14, 2022
2 parents 45a156e + 167efe9 commit 8caf927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/templates/settings/admin/sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8caf927

Please sign in to comment.