summaryrefslogtreecommitdiffstats
path: root/core/templates/update.user.php
blob: 77a5892e174ea8e9424276880cb012a126fe7b9c (plain)
1
2
3
4
5
6
7
8
<ul>
	<li class='update'>
		<?php p($l->t('This ownCloud instance is currently being updated, which may take a while.')) ?><br/><br/>
		<?php p($l->t('This page will refresh itself when the ownCloud instance is available again.')) ?><br/><br/>
		<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
		<?php p($l->t('Thank you for your patience.')); ?><br/><br/>
	</li>
</ul>