diff options
author | Jürgen Weigert <jnweiger@gmail.com> | 2015-11-12 14:33:59 +0100 |
---|---|---|
committer | Jürgen Weigert <jnweiger@gmail.com> | 2015-11-12 14:33:59 +0100 |
commit | b167eb743fa2f844e5e39a330e628c6bf54d4975 (patch) | |
tree | 409b0d8d97e4a9e0437f6dd7536f8915dd9c6934 /core | |
parent | 3fb440ecf3ab7da587d8d457e6c725052fc0e95f (diff) | |
download | nextcloud-server-b167eb743fa2f844e5e39a330e628c6bf54d4975.tar.gz nextcloud-server-b167eb743fa2f844e5e39a330e628c6bf54d4975.zip |
Update untrustedDomain.php
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/untrustedDomain.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/untrustedDomain.php b/core/templates/untrustedDomain.php index 3197916cebb..361495636cd 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> |