diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-03 15:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-03 15:07:42 +0200 |
commit | ac4927809c2cf8d66c9f6aa84a7009b521a8d0d7 (patch) | |
tree | a2cec81b3b5da84a3462adff4e03a1f07ceb9321 /settings/templates | |
parent | 7de9eb16d80d31162b5f3930daa45f8e0df45ccc (diff) | |
parent | bb865a55febe7b712a0e6cc7e1e93034f60a0e8b (diff) | |
download | nextcloud-server-ac4927809c2cf8d66c9f6aa84a7009b521a8d0d7.tar.gz nextcloud-server-ac4927809c2cf8d66c9f6aa84a7009b521a8d0d7.zip |
Merge branch 'master' 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') |