diff options
author | William Entriken <github.com@phor.net> | 2017-06-23 17:30:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 17:30:48 -0400 |
commit | 44d3188bf288cda2bfdbd535aba1443a6fe2e42a (patch) | |
tree | 5ddf7301cfbe24582776b57af68a2c021f0c7ee5 | |
parent | ba38a120e410f47e85387fc50f25d93f5f0fd503 (diff) | |
download | mitmproxy-44d3188bf288cda2bfdbd535aba1443a6fe2e42a.tar.gz mitmproxy-44d3188bf288cda2bfdbd535aba1443a6fe2e42a.tar.bz2 mitmproxy-44d3188bf288cda2bfdbd535aba1443a6fe2e42a.zip |
Slight wording change
-rw-r--r-- | mitmproxy/addons/onboardingapp/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html index c8d0f07a..fc6213ea 100644 --- a/mitmproxy/addons/onboardingapp/templates/index.html +++ b/mitmproxy/addons/onboardingapp/templates/index.html @@ -55,7 +55,7 @@ function changeTo(device) { </script> <center> -<h2> Click to install the mitmproxy certificate: </h2> +<h2> Click to install your mitmproxy certificate: </h2> </center> <div id="certbank" class="row"> <div class="col-md-3"> |