Skip to content

Commit 919d15c

Browse files
committed
Update account linking error copy
1 parent e6fd441 commit 919d15c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/modules/IDE/components/ErrorModal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class ErrorModal extends React.Component {
1818
oauthError() {
1919
return (
2020
<p>
21-
{'There was an error linking your GitHub account. This account has already been linked'}
22-
{' to another account.'}
21+
{'There was a problem linking your GitHub account to your p5.js Web Editor account.'}
22+
{' Your GitHub account has already been linked to another p5.js Web Editor account.'}
2323
</p>
2424
);
2525
}

client/modules/User/pages/AccountView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class AccountView extends React.Component {
7373
{showError &&
7474
<Overlay
7575
title="Error Linking Account"
76-
ariaLabel="OAuth Error"
76+
ariaLabel="Error Lnking Account"
7777
closeOverlay={() => {
7878
browserHistory.push(this.props.location.pathname);
7979
}}

0 commit comments

Comments
 (0)