mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
more placeholder translation
This commit is contained in:
parent
3e2ebe7f77
commit
d02130679b
@ -163,7 +163,7 @@ export function Profile({ drawer }) {
|
|||||||
<Text style={styles.locationSet}>{ state.location }</Text>
|
<Text style={styles.locationSet}>{ state.location }</Text>
|
||||||
)}
|
)}
|
||||||
{ !state.location && (
|
{ !state.location && (
|
||||||
<Text style={styles.locationUnset}>Location</Text>
|
<Text style={styles.locationUnset}>{ state.strings.location }</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.divider} />
|
<View style={styles.divider} />
|
||||||
@ -174,7 +174,7 @@ export function Profile({ drawer }) {
|
|||||||
<Text style={styles.descriptionSet}>{ state.description }</Text>
|
<Text style={styles.descriptionSet}>{ state.description }</Text>
|
||||||
)}
|
)}
|
||||||
{ !state.description && (
|
{ !state.description && (
|
||||||
<Text style={styles.descriptionUnset}>Description</Text>
|
<Text style={styles.descriptionUnset}>{ state.strings.description }</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
Loading…
Reference in New Issue
Block a user