aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/installation_incomplete.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/installation_incomplete.php')
-rw-r--r--core/templates/installation_incomplete.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/templates/installation_incomplete.php b/core/templates/installation_incomplete.php
index 867f637d701..b3a3cae5988 100644
--- a/core/templates/installation_incomplete.php
+++ b/core/templates/installation_incomplete.php
@@ -1,6 +1,12 @@
-<div class="error">
+<?php
+/**
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+?>
+<div class="guest-box">
<h2><?php p($l->t('Error')) ?></h2>
- <p>
+ <p class="text-left">
<?php p($l->t('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?>
</p>
</div>