diff options
author | Sean Packham (GitLab) <sean@seanpackham.com> | 2017-05-22 17:42:27 +0000 |
---|---|---|
committer | Sean Packham (GitLab) <sean@seanpackham.com> | 2017-05-22 17:42:27 +0000 |
commit | 18a6d9c5326bc2b90a1f0cc8664d638a39885924 (patch) | |
tree | 80ecd5a5ee519054ce8ec366fe05297d15716b55 | |
parent | 55e286ca73e7eb85fc74bd675ba17a6df58f0a3d (diff) | |
parent | 0cb4552a523f40c5366f1db6c6ce5579944b4a8b (diff) | |
download | gitlab-ce-18a6d9c5326bc2b90a1f0cc8664d638a39885924.tar.gz |
Merge branch 'reduce-unnecessary-redundancy' into 'master'
removes unnecessary redundacy in usage ping doc
See merge request !11604
-rw-r--r-- | doc/user/admin_area/settings/usage_statistics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/admin_area/settings/usage_statistics.md b/doc/user/admin_area/settings/usage_statistics.md index beb52dde4ab..f3745d0efa7 100644 --- a/doc/user/admin_area/settings/usage_statistics.md +++ b/doc/user/admin_area/settings/usage_statistics.md @@ -38,7 +38,7 @@ You can view the exact JSON payload in the administration panel. ### Deactivate the usage ping -By default, usage ping is opt-out. If you want to deactivate this feature, go to +The usage ping is opt-out. If you want to deactivate this feature, go to the Settings page of your administration panel and uncheck the Usage ping checkbox. |