Skip to content

Commit

Permalink
#1241 | Modify wait message to specifically state that App should not…
Browse files Browse the repository at this point in the history
… be closed
  • Loading branch information
himeshr committed Feb 1, 2024
1 parent b60a600 commit 1c2fab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openchs-android/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class App extends Component {
}
return (
<View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
<Text>Upgrading data, Please do not close the screen.</Text>
<Text>Upgrading data, Please do not close the App.</Text>
</View>);
}
}
Expand Down

0 comments on commit 1c2fab6

Please sign in to comment.