diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 19:08:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-19 19:08:58 +0300 |
commit | 20d5e850a8f61b42a84acc212c14c0f13f2a2773 (patch) | |
tree | 8e2aa18b9cf6416a071c93a41dc408c5b516f858 /index.html | |
parent | index.html: add title to 'Example' button (diff) | |
download | wireguard-config-20d5e850a8f61b42a84acc212c14c0f13f2a2773.tar.gz wireguard-config-20d5e850a8f61b42a84acc212c14c0f13f2a2773.zip |
reword things a bit
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ show configuration files that can be used by the client.</p> {% endfor %} {% endfor %} {% assign example_url = example_url | escape_uri | baseurl %} - <p>Please take a look at an <a href="{{ example_url }}">example configuration</a>.</p> + <p>Take a look at an <a href="{{ example_url }}">example configuration</a> to learn more.</p> </div> </div> |