Shorter download site button title
This commit is contained in:
parent
f13b8d1557
commit
405394707f
1 changed files with 1 additions and 1 deletions
|
@ -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'>
|
||||
"""))
|
||||
|
|
Loading…
Reference in a new issue