summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-12 08:27:57 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-12 08:27:57 -0400
commitfb6f2a123c7fefc8d8270e273e9ef4007f88cefd (patch)
tree32d1be8051bbc17b6faaf883e6f1c832e84dab3c /webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
parente841d0c5023640efc3dcf9d5284f55458e06a0a6 (diff)
downloadchat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.gz
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.tar.bz2
chat-fb6f2a123c7fefc8d8270e273e9ef4007f88cefd.zip
PLT-5860 Updated copyright date (#6058)
* PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
Diffstat (limited to 'webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap')
-rw-r--r--webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap16
1 files changed, 12 insertions, 4 deletions
diff --git a/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap b/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
index 27eefa273..f5c6647c9 100644
--- a/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
+++ b/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
@@ -127,9 +127,13 @@ exports[`components/AboutBuildModal should match snapshot for enterprise edition
className="form-group about-modal__copyright"
>
<FormattedMessage
- defaultMessage="Copyright 2016 Mattermost, Inc. All rights reserved"
+ defaultMessage="Copyright 2015 - {currentYear} Mattermost, Inc. All rights reserved"
id="about.copyright"
- values={Object {}}
+ values={
+ Object {
+ "currentYear": 2017,
+ }
+ }
/>
</div>
</div>
@@ -294,9 +298,13 @@ exports[`components/AboutBuildModal should match snapshot for team edition 1`] =
className="form-group about-modal__copyright"
>
<FormattedMessage
- defaultMessage="Copyright 2016 Mattermost, Inc. All rights reserved"
+ defaultMessage="Copyright 2015 - {currentYear} Mattermost, Inc. All rights reserved"
id="about.copyright"
- values={Object {}}
+ values={
+ Object {
+ "currentYear": 2017,
+ }
+ }
/>
</div>
</div>