summaryrefslogtreecommitdiffstats
path: root/web/react/components/activity_log_modal.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-26 21:13:44 -0500
committer=Corey Hulen <corey@hulen.com>2016-01-26 21:13:44 -0500
commit6fd0f651b94e594dddb00800bf295af7ff42934e (patch)
tree10d025a5f4cc8706d0da3346be91dfaeff0b88bd /web/react/components/activity_log_modal.jsx
parent0dec26bb9f3e05a84873996c9ecb3bd87b7dc925 (diff)
downloadchat-6fd0f651b94e594dddb00800bf295af7ff42934e.tar.gz
chat-6fd0f651b94e594dddb00800bf295af7ff42934e.tar.bz2
chat-6fd0f651b94e594dddb00800bf295af7ff42934e.zip
Fixing naming
Diffstat (limited to 'web/react/components/activity_log_modal.jsx')
-rw-r--r--web/react/components/activity_log_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx
index 91ca87647..eec4d8f8d 100644
--- a/web/react/components/activity_log_modal.jsx
+++ b/web/react/components/activity_log_modal.jsx
@@ -103,7 +103,7 @@ export default class ActivityLogModal extends React.Component {
} else if (currentSession.device_id.indexOf('apple:') === 0) {
devicePicture = 'fa fa-apple';
devicePlatform = 'iPhone Native App';
- } else if (currentSession.device_id.indexOf('Android:') === 0) {
+ } else if (currentSession.device_id.indexOf('android:') === 0) {
devicePlatform = 'Android Native App';
devicePicture = 'fa fa-android';
} else if (currentSession.props.platform === 'Macintosh' ||