diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-08-01 11:26:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 11:26:55 +0200 |
commit | f396f803ad5541a94a89c104677ee29f11a03dba (patch) | |
tree | 1bf08956262d3329267547da1615dd7e3bb2be5b | |
parent | 2b895e0c60b6f283cb26b2ca0e18a05497103bc2 (diff) | |
parent | a69bbd7ffbb34874a8dc1472294d77c9c2d75892 (diff) | |
download | nextcloud-server-f396f803ad5541a94a89c104677ee29f11a03dba.tar.gz nextcloud-server-f396f803ad5541a94a89c104677ee29f11a03dba.zip |
Merge pull request #5942 from nextcloud/typo-tRicks
Fix typo ticks to tRicks
-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') |