Update loading messages
This commit is contained in:
parent
888ab4e5f3
commit
442928d0d7
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ export default class Home extends React.Component {
|
|||
|
||||
componentWillMount() {
|
||||
BackAndroid.addEventListener('hardwareBackPress', () => true);
|
||||
loaderHandler.showLoader('Fetching Data');
|
||||
loaderHandler.showLoader('Fetching Projects');
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
|
|
@ -45,7 +45,7 @@ export default class ProjectDetails extends React.Component {
|
|||
}
|
||||
|
||||
componentWillMount() {
|
||||
loaderHandler.showLoader('Fetching Data');
|
||||
loaderHandler.showLoader('Fetching Builds');
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue