Shorter download site button title

This commit is contained in:
shortcutme 2018-07-19 20:40:55 +02:00
parent f13b8d1557
commit 405394707f
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -165,7 +165,7 @@ class UiWebsocketPlugin(object):
<label>
{_[Files]}
<small><a href='#Site+directory' id='link-directory' class='link-right'>{_[Open site directory]}</a>
<a href='/ZeroNet-Internal/Zip?address={site.address}' id='link-zip' class='link-right' download='site.zip'>{_[Download as .zip]}</a></small>
<a href='/ZeroNet-Internal/Zip?address={site.address}' id='link-zip' class='link-right' download='site.zip'>{_[Save as .zip]}</a></small>
</label>
<ul class='graph graph-stacked'>
"""))