summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-27 17:13:53 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-27 17:13:53 -0700
commit539a05a6bdcf9b6bcf3df8f04ccdfed5dd4d4ce6 (patch)
treeb417a8e2080a0005b869353bec9081ab53f99fa4 /web/react/components/user_settings.jsx
parentd24e3db020caabab319ad0938d0a567eeb153123 (diff)
downloadchat-539a05a6bdcf9b6bcf3df8f04ccdfed5dd4d4ce6.tar.gz
chat-539a05a6bdcf9b6bcf3df8f04ccdfed5dd4d4ce6.tar.bz2
chat-539a05a6bdcf9b6bcf3df8f04ccdfed5dd4d4ce6.zip
Changed title of Active Devices to Active Sessions; added help text explaining Active Sessions
Diffstat (limited to 'web/react/components/user_settings.jsx')
-rw-r--r--web/react/components/user_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index 2ac9a2371..e1ae6da52 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -617,7 +617,7 @@ var SecurityTab = React.createClass({
<br></br>
<a data-toggle="modal" className="security-links theme" data-target="#access-history" href="#" onClick={this.handleHistoryOpen}><i className="fa fa-clock-o"></i>View Access History</a>
<b> </b>
- <a data-toggle="modal" className="security-links theme" data-target="#activity-log" href="#" onClick={this.handleDevicesOpen}><i className="fa fa-globe"></i>View and Logout of Active Devices</a>
+ <a data-toggle="modal" className="security-links theme" data-target="#activity-log" href="#" onClick={this.handleDevicesOpen}><i className="fa fa-globe"></i>View and Logout of Active Sessions</a>
</div>
</div>
);