summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/__snapshots__/about_build_modal.test.jsx.snap
diff options
context:
space:
mode:
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>