fix: Update text for GitHub and Settings (#16253)

This commit adds back changes from the
commit 9142aec8ad

Just updates the labels of some of the buttons
This commit is contained in:
mrugesh mohapatra
2017-12-22 03:05:21 +05:30
committed by Quincy Larson
parent 0cdf478f0e
commit 8f6deff199
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export default function SocialSettings({
}) {
const githubCopy = isGithubCool ?
'Update my profile from GitHub' :
'Link my GitHub to unlock my portfolio';
'Link my GitHub to enable my public profile';
const buttons = [
<Button
block={ true }

View File

@ -9,10 +9,10 @@ block content
if (!user.isGithubCool)
a.btn.btn-lg.btn-block.btn-github.btn-link-social(href='/link/github')
i.fa.fa-github
| Link my GitHub to unlock my portfolio
| Link my GitHub to enable my public profile
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/settings')
| Update your settings
| Update my settings
.col-xs-12
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/signout')
| Sign me out of freeCodeCamp