diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-08-11 18:51:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 18:51:18 +0200 |
commit | d2d96516a6197b28abbbe89aee1fbf402de9f7e1 (patch) | |
tree | b0ca9cc0e07a9ba30737063384798391c69eea6d | |
parent | a61331f4560468e6d433cf32e008b157b06e7ea9 (diff) | |
parent | e4f343308caeb385aefdc64790d8aa65ad922a4e (diff) | |
download | nextcloud-server-d2d96516a6197b28abbbe89aee1fbf402de9f7e1.tar.gz nextcloud-server-d2d96516a6197b28abbbe89aee1fbf402de9f7e1.zip |
Merge pull request #33506 from nextcloud/bugfix/noid/fix-trusted-domain-error
-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 75054106ab2..1ae8b73d9b8 100644 --- a/core/templates/untrustedDomain.php +++ b/core/templates/untrustedDomain.php @@ -1,6 +1,6 @@ <?php /** @var array $_ */ ?> -<div class="error"> +<div class="guest-box"> <h2><?php p($l->t('Access through untrusted domain')); ?></h2> <p> |