Skip to content

Commit

Permalink
Updated alert message
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan-gobackbone committed Mar 23, 2017
1 parent f245bb5 commit ea6db0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/containers/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ class Application extends Component {
if (batteryLevel <= 15 && batteryLevel > 0) {
this.setState({ hasDisplayedLowBatteryWarning: true });
Alert.alert(
'Backbone Low Battery',
`${batteryLevel}% of battery remaining`
'Your Backbone battery is low',
`Your Backbone battery is at ${batteryLevel}%. Charge your Backbone as soon as possible.`
);
}
}
Expand Down

0 comments on commit ea6db0b

Please sign in to comment.