mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
fixing typo on hint
This commit is contained in:
parent
ede54b1762
commit
9731cc8f55
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user