diff --git a/src/components/intro/intro.jsx b/src/components/intro/intro.jsx
index c8930a52f..101501627 100644
--- a/src/components/intro/intro.jsx
+++ b/src/components/intro/intro.jsx
@@ -1,8 +1,5 @@
var omit = require('lodash.omit');
var React = require('react');
-var ReactIntl = require('react-intl');
-var FormattedMessage = ReactIntl.FormattedMessage;
-var FormattedHTMLMessage = ReactIntl.FormattedHTMLMessage;
var Modal = require('../modal/modal.jsx');
var Registration = require('../registration/registration.jsx');
@@ -18,7 +15,16 @@ var Intro = React.createClass({
},
getDefaultProps: function () {
return {
- projectCount: 10569070
+ projectCount: 10569070,
+ messages: {
+ 'intro.aboutScratch': 'ABOUT SCRATCH',
+ 'intro.forEducators': 'FOR EDUCATORS',
+ 'intro.forParents': 'FOR PARENTS',
+ 'intro.joinScratch': 'JOIN SCRATCH',
+ 'intro.seeExamples': 'SEE EXAMPLES',
+ 'intro.tagLine': 'Create stories, games, and animations
Share with others around the world',
+ 'intro.tryItOut': 'TRY IT OUT'
+ }
};
},
getInitialState: function () {
@@ -52,13 +58,7 @@ var Intro = React.createClass({
return (