diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-08 20:11:54 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-09-08 20:11:54 +0200 |
commit | 404b212b87457429b441911abc3e38699ab6eae7 (patch) | |
tree | a23a9ce420c1d87de7b5c327acd726e2d61315ce /settings | |
parent | 9a2ae2fe7de25b3b68b3e4c451ea550f59304ae3 (diff) | |
download | nextcloud-server-404b212b87457429b441911abc3e38699ab6eae7.tar.gz nextcloud-server-404b212b87457429b441911abc3e38699ab6eae7.zip |
Use l10n
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin/sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin/sharing.php b/settings/templates/admin/sharing.php index 1c47d74770f..802bcad3198 100644 --- a/settings/templates/admin/sharing.php +++ b/settings/templates/admin/sharing.php @@ -110,6 +110,6 @@ <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="This text will be shown on the public link upload page when the file list is hidden." id="publicShareDisclaimerText" <?php if ($_['publicShareDisclaimerText'] === null) { print_unescaped('class="hidden"'); } ?>><?php p($_['publicShareDisclaimerText']) ?></textarea> + <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) { print_unescaped('class="hidden"'); } ?>><?php p($_['publicShareDisclaimerText']) ?></textarea> </p> </div> |