Skip to content

Commit 0532910

Browse files
Rebecca Graberdianakhuang
Rebecca Graber
authored andcommitted
feat: Replace Inc with LLC.
Also update the snapshot.
1 parent c1d3f20 commit 0532910

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class Footer extends React.Component {
210210
</li>
211211
</ul>
212212
<p>
213-
© {new Date().getFullYear()} edX Inc. All rights reserved.
213+
© {new Date().getFullYear()} edX LLC. All rights reserved.
214214
<br />
215215
<FormattedMessage
216216
id="footer.trademarks"

src/components/__snapshots__/Footer.test.jsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ exports[`<Footer /> renders correctly renders with a language selector 1`] = `
430430
<p>
431431
©
432432
2022
433-
edX Inc. All rights reserved.
433+
edX LLC. All rights reserved.
434434
<br />
435435
<span>
436436
深圳市恒宇博科技有限公司
@@ -818,7 +818,7 @@ exports[`<Footer /> renders correctly renders without a language selector 1`] =
818818
<p>
819819
©
820820
2022
821-
edX Inc. All rights reserved.
821+
edX LLC. All rights reserved.
822822
<br />
823823
<span>
824824
深圳市恒宇博科技有限公司
@@ -1164,7 +1164,7 @@ exports[`<Footer /> renders correctly renders without a language selector in es
11641164
<p>
11651165
©
11661166
2022
1167-
edX Inc. All rights reserved.
1167+
edX LLC. All rights reserved.
11681168
<br />
11691169
<span>
11701170
深圳市恒宇博科技有限公司

0 commit comments

Comments
 (0)