File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 } }
You can’t perform that action at this time.
0 commit comments