summaryrefslogtreecommitdiffhomepage
path: root/app/components/Settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/Settings.js')
-rw-r--r--app/components/Settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js
index 5bc9040bc5..9d8d6db149 100644
--- a/app/components/Settings.js
+++ b/app/components/Settings.js
@@ -80,7 +80,7 @@ export default class Settings extends Component {
<div className="settings__cell-spacer"></div>
<div className="settings__cell">
- <div className="settings__cell-label">Auto-secure</div>
+ <div className="settings__cell-label">Auto-connect</div>
<div className="settings__cell-value">
<Switch onChange={ ::this.onAutoSecure } isOn={ this.props.settings.autoSecure } />
</div>