Skip to content

Commit fd198e1

Browse files
singingwolfboyCompuIves
authored andcommitted
GitHub has a capital H (#1085)
Only modified for references that are visible in the UI
1 parent 55d2418 commit fd198e1

File tree

2 files changed

+2
-2
lines changed
  • packages/app/src/app

2 files changed

+2
-2
lines changed

packages/app/src/app/components/NewSandbox/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function NewSandbox({ signals }) {
125125
Icon={GithubIcon}
126126
width={50}
127127
height={50}
128-
text="Import from Github"
128+
text="Import from GitHub"
129129
href={importFromGitHubUrl()}
130130
onClick={() => signals.modalClosed()}
131131
/>

packages/app/src/app/pages/Sandbox/Editor/Header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Header = ({ store, signals }) => {
169169
) : (
170170
<Action
171171
onClick={() => signals.signInClicked()}
172-
title="Sign in with Github"
172+
title="Sign in with GitHub"
173173
Icon={GithubIcon}
174174
highlight
175175
unresponsive

0 commit comments

Comments
 (0)