Skip to content

Commit 8caf927

Browse files
authored
Merge pull request #31971 from nextcloud/Valdnet-patch-1
l10n: Remove dot and add a parenthesis
2 parents 45a156e + 167efe9 commit 8caf927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/templates/settings/admin/sharing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<?php if ($_['restrictUserEnumerationFullMatchIgnoreSecondDisplayName'] === 'yes') {
264264
print_unescaped('checked="checked"');
265265
} ?> />
266-
<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 />
266+
<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 />
267267
</p>
268268

269269
<p>

0 commit comments

Comments
 (0)