Update loading messages

This commit is contained in:
Jake Howard 2016-03-13 21:14:25 +00:00
parent 888ab4e5f3
commit 442928d0d7
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export default class Home extends React.Component {
componentWillMount() { componentWillMount() {
BackAndroid.addEventListener('hardwareBackPress', () => true); BackAndroid.addEventListener('hardwareBackPress', () => true);
loaderHandler.showLoader('Fetching Data'); loaderHandler.showLoader('Fetching Projects');
} }
componentDidMount() { componentDidMount() {

View File

@ -45,7 +45,7 @@ export default class ProjectDetails extends React.Component {
} }
componentWillMount() { componentWillMount() {
loaderHandler.showLoader('Fetching Data'); loaderHandler.showLoader('Fetching Builds');
} }