]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Add parentheses for unification 22917/head
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Thu, 17 Sep 2020 15:32:25 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 15:32:25 +0000 (17:32 +0200)
apps/settings/templates/settings/admin/sharing.php

index bd75b04eedbec575a8d188dc23027c4d2c3e1039..59915c581e774343d9644f52003b5fc2693493bb 100644 (file)
                        <?php if ($_['allowShareDialogUserEnumeration'] === 'yes') {
        print_unescaped('checked="checked"');
 } ?> />
-               <label for="shareapi_allow_share_dialog_user_enumeration"><?php p($l->t('Allow username autocompletion in share dialog. If this is disabled the full username or email address needs to be entered.'));?></label><br />
+               <label for="shareapi_allow_share_dialog_user_enumeration"><?php p($l->t('Allow username autocompletion in share dialog (if this is disabled the full username or email address needs to be entered)'));?></label><br />
        </p>
 
        <p id="shareapi_restrict_user_enumeration_to_group_setting" class="indent <?php if ($_['shareAPIEnabled'] === 'no' || $_['allowShareDialogUserEnumeration'] === 'no') {
                        <?php if ($_['publicShareDisclaimerText'] !== null) {
        print_unescaped('checked="checked"');
 } ?> />
-               <label for="publicShareDisclaimer"><?php p($l->t('Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)'));?></label>
+               <label for="publicShareDisclaimer"><?php p($l->t('Show disclaimer text on the public link upload page (only shown when the file list is hidden)'));?></label>
                <span id="publicShareDisclaimerStatus" class="msg" style="display:none"></span>
                <br/>
                <textarea placeholder="<?php p($l->t('This text will be shown on the public link upload page when the file list is hidden.')) ?>" id="publicShareDisclaimerText" <?php if ($_['publicShareDisclaimerText'] === null) {