re-center loading text

This commit is contained in:
Jake Howard 2016-03-13 21:43:35 +00:00
parent 442928d0d7
commit d86fa02272
2 changed files with 2 additions and 2 deletions

View File

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

View File

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