openvpn: minor fixes

This commit is contained in:
James Valleroy 2015-11-04 07:05:27 -05:00
parent 646763ff3c
commit 24418e2469
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<h3>Status</h3>
{% if not status.is_setup and not status.setup_running %}
<p>OpenVPN has not yet been setup. Performing a secure setups
<p>OpenVPN has not yet been setup. Performing a secure setup
takes a very long time. Depending on how fast your
{{ cfg.box_name }} is, it may even take hours. If the setup is
interrupted, you may start it again.</p>

View File

@ -97,7 +97,7 @@ def profile(request):
def get_status():
"""Get the current settings from Transmission server."""
"""Get the current settings from OpenVPN server."""
status = {'is_setup': openvpn.is_setup(),
'setup_running': False,
'enabled': openvpn.is_enabled(),