mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +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' && (
|
{ !state.tokenRequired && state.server === 'databag.coredb.org' && (
|
||||||
<View style={styles.demo}>
|
<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>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user