diff --git a/app/ui/components/settings/SettingsGeneral.js b/app/ui/components/settings/SettingsGeneral.js
index f8e8fe2cc..38f01ba83 100644
--- a/app/ui/components/settings/SettingsGeneral.js
+++ b/app/ui/components/settings/SettingsGeneral.js
@@ -3,7 +3,7 @@ import React, {PropTypes} from 'react';
const SettingsGeneral = ({settings, updateSetting}) => (
-
- Validate SSL Certificates
+ Validate SSL Certificates
updateSetting('validateSSL', e.target.checked)}/>
@@ -19,7 +19,7 @@ const SettingsGeneral = ({settings, updateSetting}) => (
- Show passwords in plain-text
+ Show passwords in plain-text
updateSetting('showPasswords', e.target.checked)}/>
@@ -27,7 +27,7 @@ const SettingsGeneral = ({settings, updateSetting}) => (
- Use bulk header editor by default
+ Use bulk header editor by default
updateSetting('useBulkHeaderEditor', e.target.checked)}/>
@@ -35,7 +35,7 @@ const SettingsGeneral = ({settings, updateSetting}) => (
- Always use vertical layout
+ Always use vertical layout
updateSetting('forceVerticalLayout', e.target.checked)}/>
@@ -43,7 +43,7 @@ const SettingsGeneral = ({settings, updateSetting}) => (
- Wrap Long Lines
+ Wrap Long Lines
updateSetting('editorLineWrapping', e.target.checked)}/>