diff options
| -rw-r--r-- | popup.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -12,7 +12,7 @@  		<div class="disabled"><span ng-show="disabled">Disabled</span></div>  		<button ng-click="toggleDisabled()">{{disabled ? 'Enable Redirector' : 'Disable Redirector'}}</button>          <button ng-click="openRedirectorSettings()">Edit Redirects</button> -		<label><input type="checkbox" ng-model="logging" ng-click="toggleLogging()" /> Logging enabled</label> -		<label><input type="checkbox" ng-model="enableNotifications" ng-click="toggleNotifications()" /> Enable Notifications</label> +		<label><input type="checkbox" ng-model="logging" ng-click="toggleLogging()" /> Enable logging</label> +		<label><input type="checkbox" ng-model="enableNotifications" ng-click="toggleNotifications()" /> Enable notifications</label>  	</body>  </html> | 
