From faea9cb2948cd748b672a6f6985ed9bcaf168444 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 12 Aug 2017 19:01:42 +0200 Subject: [PATCH] Shorten text of untrusted domain error Signed-off-by: Jan-Christoph Borchardt --- core/templates/untrustedDomain.php | 4 ++-- 1 file 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 @@

t('Access through untrusted domain')); ?>

- 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.')); ?> + 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.')); ?>

- t('Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain.')); ?> + t('Depending on your configuration, this button could also work to trust the domain:')); ?>