mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Shorten text of untrusted domain error
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
83b0191017
commit
faea9cb294
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue