Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
whoops!
  • Loading branch information
mewtaylor committed Nov 21, 2017
1 parent d55caf7 commit 666a893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/views/conference/2018/index/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ var ConferenceSplash = React.createClass({
<b>
<FormattedMessage id='conference-2018.sessionItem3Title' />
</b>{' '}
<FormattedMessage id='conference-2018.sessionItem3Desc' /> </p>
<FormattedMessage id='conference-2018.sessionItem3Desc' />
</p>
<p className='conf2018-panel-session'>
<b>
<FormattedMessage id='conference-2018.sessionItem4Title' />
Expand Down
2 changes: 1 addition & 1 deletion src/views/conference/2018/index/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"conference-2018.sessionItem3Title": "Interactive panel (60 minutes).",
"conference-2018.sessionItem3Desc": "Discuss a Scratch-related topic in a panel with three or more people. Your proposal should describe how you will engage the audience during the session.",
"conference-2018.sessionItem4Title": "Ignite talk (5 minutes).",
"conference-2018.sessionItem2Desc": "Share what you've been doing in a short, lively presentation.",
"conference-2018.sessionItem4Desc": "Share what you've been doing in a short, lively presentation.",

"conference-2018.proposal": " Submit Your Proposal",
"conference-2018.proposalDeadline": "Deadline for proposals: February 5",
Expand Down

0 comments on commit 666a893

Please sign in to comment.