Skip to content

Commit

Permalink
Merge pull request #164 from edx/rsgraber/MICROBA-1804-footer-language
Browse files Browse the repository at this point in the history
feat: s/inc/llc
  • Loading branch information
dianakhuang authored Apr 21, 2022
2 parents c1d3f20 + 0532910 commit 3b4bf7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class Footer extends React.Component {
</li>
</ul>
<p>
© {new Date().getFullYear()} edX Inc. All rights reserved.
© {new Date().getFullYear()} edX LLC. All rights reserved.
<br />
<FormattedMessage
id="footer.trademarks"
Expand Down
6 changes: 3 additions & 3 deletions src/components/__snapshots__/Footer.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
<p>
©
2022
edX Inc. All rights reserved.
edX LLC. All rights reserved.
<br />
<span>
深圳市恒宇博科技有限公司
Expand Down Expand Up @@ -818,7 +818,7 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
<p>
©
2022
edX Inc. All rights reserved.
edX LLC. All rights reserved.
<br />
<span>
深圳市恒宇博科技有限公司
Expand Down Expand Up @@ -1164,7 +1164,7 @@ exports[`<Footer /> renders correctly renders without a language selector in es
<p>
©
2022
edX Inc. All rights reserved.
edX LLC. All rights reserved.
<br />
<span>
深圳市恒宇博科技有限公司
Expand Down

0 comments on commit 3b4bf7f

Please sign in to comment.