Browse Source

Update README

Julien VAUBOURG 10 years ago
parent
commit
0e48a3cf71
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      sources/views/settings.html.php

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ VPN Client app for [YunoHost](http://yunohost.org/).
 * Useful for hosting your server behind a filtered (and/or non-neutral) internet access.
 * Useful to have static IP addresses (IPv6 and IPv4).
 * Useful to easily move your server anywhere.
-* With the [Hotspot app for YunoHost](https://github.com/jvaubourg/hotspot_ynh), you can broadcast your VPN access by Wifi for using a clean internet connection (depending on your VPN provider) on your laptop (or those of your friends) without have to configure it.
+* With the [Hotspot app for YunoHost](https://github.com/jvaubourg/hotspot_ynh), you can broadcast your VPN access by wifi to use a clean internet connection (depending on your VPN provider) on your laptop (or those of your friends) without having to configure it.
 
 This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently.
 

+ 1 - 1
sources/views/settings.html.php

@@ -45,7 +45,7 @@
 
         <div style="padding: 14px 14px 0 10px">
           <div class="form-group">
-            <label for="wifi_secure" class="col-sm-3 control-label"><?= T_('VPN Enabled') ?></label>
+            <label for="service_enabled" class="col-sm-3 control-label"><?= T_('VPN Enabled') ?></label>
             <div class="col-sm-9 input-group-btn">
               <div class="input-group">
                 <input type="checkbox" class="form-control switch" name="service_enabled" id="service_enabled" value="1" <?= $service_enabled == 1 ? 'checked="checked"' : '' ?> />