fixing typo on hint

This commit is contained in:
Roland Osborne 2023-07-21 09:29:55 -07:00
parent ede54b1762
commit 9731cc8f55

View File

@ -76,7 +76,7 @@ export function Create() {
)}
{ !state.tokenRequired && state.server === 'databag.coredb.org' && (
<View style={styles.demo}>
<Text style={styles.demoText}>The default public server is to test out the system. Use a private server othersize.</Text>
<Text style={styles.demoText}>The default public server is to test out the system. Use a private server otherwise.</Text>
</View>
)}
</View>