diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-12 19:01:42 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-12 19:01:42 +0200 |
commit | faea9cb2948cd748b672a6f6985ed9bcaf168444 (patch) | |
tree | 1e1d82c24baa1c5b267b7ab5a6cac37238137ddf /core/templates | |
parent | 83b0191017ad91e0120857e98019f303ffad7dae (diff) | |
download | nextcloud-server-faea9cb2948cd748b672a6f6985ed9bcaf168444.tar.gz nextcloud-server-faea9cb2948cd748b672a6f6985ed9bcaf168444.zip |
Shorten text of untrusted domain error
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/untrustedDomain.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php index 4f6dfe0fe91..cd361cff3b4 100644 --- a/core/templates/untrustedDomain.php +++ b/core/templates/untrustedDomain.php @@ -4,10 +4,10 @@ <h2><?php p($l->t('Access through untrusted domain')); ?></h2> <p> - <?php p($l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php.')); ?> + <?php p($l->t('Please contact your administrator. If you are an administrator, edit the "trusted_domains" setting in config/config.php like the example in config.sample.php.')); ?> </p> <p> - <?php p($l->t('Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.')); ?> + <?php p($l->t('Depending on your configuration, this button could also work to trust the domain:')); ?> </p> <p style="text-align:center;"> <a href="<?php print_unescaped(\OC::$server->getURLGenerator()->getAbsoluteURL(\OCP\Util::linkToRoute('settings.AdminSettings.index'))); ?>?trustDomain=<?php p($_['domain']); ?>" class="button"> |