You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core/templates/installation_incomplete.php

7 lines
207 B
PHP

<div class="guest-box">
<h2><?php p($l->t('Error')) ?></h2>
<p class="text-left">
<?php p($l->t('Could not remove CAN_INSTALL from the config folder. Please remove this file manually.')) ?>
</p>
</div>