aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-12 20:12:42 -0400
committertdro <tdro@noreply.example.com>2023-04-12 20:12:42 -0400
commit34c734a89530b5d83b1a4a5060ea7a887d9ccafd (patch)
tree371b9a91639ac2321e25db2db7d39473bffd1330 /themes
parent1a083c05f74ba929da347263c91f1479bb66d221 (diff)
downloadcanory-34c734a89530b5d83b1a4a5060ea7a887d9ccafd.tar.gz
canory-34c734a89530b5d83b1a4a5060ea7a887d9ccafd.tar.bz2
canory-34c734a89530b5d83b1a4a5060ea7a887d9ccafd.zip
static/js/refresh: Convert dates to unix
Can't avoid Date.parse on lastModified ISO 8601? Change label Refresh -> Update Handle no cache?
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/partials/navigator-middle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/navigator-middle.html b/themes/default/layouts/partials/navigator-middle.html
index 688963a..6521119 100644
--- a/themes/default/layouts/partials/navigator-middle.html
+++ b/themes/default/layouts/partials/navigator-middle.html
@@ -22,7 +22,7 @@
{{ safeHTML $icon }}
{{ safeHTML $refresh }}
<small>{{ $label }}</small>
- <small>Refresh</small>
+ <small>Update</small>
</a>
</icon-button>