12 lines
634 B
PHP
12 lines
634 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
?>
|
|
|
|
<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">F7cloud 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.f7cloud.com/apps/notes', 'https://github.com/f7cloud/notes#warning-developer-info' ]); ?></p>
|
|
</div>
|