summaryrefslogtreecommitdiffstats
path: root/web/react/components/access_history_modal.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-10-27 10:32:13 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-10-27 12:46:31 -0400
commit887d205b1fbb3188331a324ba59b7ec187a2d772 (patch)
treeecb2ce256daa9d946350a6d1ff936d25e085ac77 /web/react/components/access_history_modal.jsx
parent09b38404fa9aadd1b359863024f7def0f34de823 (diff)
downloadchat-887d205b1fbb3188331a324ba59b7ec187a2d772.tar.gz
chat-887d205b1fbb3188331a324ba59b7ec187a2d772.tar.bz2
chat-887d205b1fbb3188331a324ba59b7ec187a2d772.zip
Renamed Channel.Description to Channel.Header on the client
Diffstat (limited to 'web/react/components/access_history_modal.jsx')
-rw-r--r--web/react/components/access_history_modal.jsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx
index c8af2553d..f0a31ce90 100644
--- a/web/react/components/access_history_modal.jsx
+++ b/web/react/components/access_history_modal.jsx
@@ -90,8 +90,9 @@ export default class AccessHistoryModal extends React.Component {
case '/channels/update':
currentAuditDesc = 'Updated the ' + channelName + ' channel/group name';
break;
- case '/channels/update_desc':
- currentAuditDesc = 'Updated the ' + channelName + ' channel/group description';
+ case '/channels/update_desc': // support the old path
+ case '/channels/update_header':
+ currentAuditDesc = 'Updated the ' + channelName + ' channel/group header';
break;
default:
let userIdField = [];