diff options
author | Marin Treselj <marin@pixelipo.com> | 2017-08-04 10:23:52 +0200 |
---|---|---|
committer | Marin Treselj <marin@pixelipo.com> | 2017-08-04 10:23:52 +0200 |
commit | 54444110d9868f8fd173129be0b958a1ed5d9e0c (patch) | |
tree | e026d5ac858c114c3c0edc0d2ad96a93740a3b57 /settings/templates | |
parent | a4d984532660637fd7ce604762b019479f641dcd (diff) | |
parent | ac4927809c2cf8d66c9f6aa84a7009b521a8d0d7 (diff) | |
download | nextcloud-server-54444110d9868f8fd173129be0b958a1ed5d9e0c.tar.gz nextcloud-server-54444110d9868f8fd173129be0b958a1ed5d9e0c.zip |
Merge branch 'clean-settings-layout' of github.com:andreasjacobsen93/nextcloud-server into clean-settings-layout
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/settings/admin/server.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/settings/admin/server.php b/settings/templates/settings/admin/server.php index b32514c8b24..407badcff41 100644 --- a/settings/templates/settings/admin/server.php +++ b/settings/templates/settings/admin/server.php @@ -28,7 +28,7 @@ <div id="security-warning" class="section"> <h2><?php p($l->t('Security & setup warnings'));?></h2> - <p class="settings-hint"><?php p($l->t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.'));?></p> + <p class="settings-hint"><?php p($l->t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information.'));?></p> <ul> <?php // is php setup properly to query system environment variables like getenv('PATH') |