diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php index 3197916cebbeb15fa7bc07de09e05a9cf0a66029..361495636cd9a239c73d332b808b3009202136dd 100644 --- a/core/templates/untrustedDomain.php +++ b/core/templates/untrustedDomain.php @@ -5,7 +5,7 @@ <?php p($l->t('You are accessing the server from an untrusted domain.')); ?><br> <p class='hint'> - <?php p($l->t('Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domain" 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 of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php.')); ?> <br> <?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.')); ?> <br><br>