summaryrefslogtreecommitdiffstats
path: root/web/react/stores
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-11 08:44:47 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-11 08:44:47 -0500
commitd327461017849404b7f4f5a523b17e4bbde8e77c (patch)
treec19cfd3fdc7c73f033792ab2a0b2f37574e29a6a /web/react/stores
parent4d08e77798fdea40ad45346f6b879a51bd6e35b9 (diff)
parent470797cca668bc0734595c587b8e2df3fc520c4e (diff)
downloadchat-d327461017849404b7f4f5a523b17e4bbde8e77c.tar.gz
chat-d327461017849404b7f4f5a523b17e4bbde8e77c.tar.bz2
chat-d327461017849404b7f4f5a523b17e4bbde8e77c.zip
Merge pull request #1702 from rgarmsen2295/plt-1047
PLT-1047 Fixed issue with Team Settings modal visually saving items instead of cancelling
Diffstat (limited to 'web/react/stores')
-rw-r--r--web/react/stores/preference_store.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/stores/preference_store.jsx b/web/react/stores/preference_store.jsx
index 068bc29c2..c9bf53bc7 100644
--- a/web/react/stores/preference_store.jsx
+++ b/web/react/stores/preference_store.jsx
@@ -1,4 +1,4 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import Constants from '../utils/constants.jsx';