Tweak button label for restarting datasync.

This commit is contained in:
Lance Edgar 2016-02-14 16:39:50 -06:00
parent a341acb4f0
commit 7338560fc3

View file

@ -18,7 +18,7 @@
<%def name="grid_tools()">
${h.form(url('datasync.restart'), name='restart-datasync')}
<button type="submit">Restart DataSync Daemon</button>
<button type="submit">Restart DataSync</button>
${h.end_form()}
</%def>