diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-08 13:42:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 13:42:18 +0300 |
commit | e5bc36e0c8a39f6c339f165bb14aa6d17119ef6d (patch) | |
tree | 1f79d371edf85cb8c0e646fe461b8194d19259e3 | |
parent | baefd09376c9341ad0ddb97e833d5985c308b3c6 (diff) |
Change language to better reflect behavior
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 9082595..d75a071 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -50,7 +50,7 @@ {{ if .Site.Params.autoRefresh }} <div class="faded right"> - <small><em>We auto-refresh every 5 minutes</em></small> + <small><em>We will try to refresh every 5 minutes</em></small> </div> <div class="padding-s"></div> {{ else }} |