Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev-mode.php « templates - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b587049984e5ea7ca180ef0774e352ccd8dd7b44 (plain)
1
2
3
4
<div id="app-content" style="margin: 2em 3em;">
	<h2><?php echo $l->t('Development Mode'); ?></h2>
	<p><?php echo $l->t('It looks that the notes app was installed from a development source. Please install it from the official <a href="%1$s">Nextcloud App Store</a> instead. If you want to build the Notes app by yourself, please follow the <a href="%2$s">developer instructions</a>.', [ 'https://apps.nextcloud.com/apps/notes', 'https://github.com/nextcloud/notes#warning-developer-info' ]); ?></p>
</div>