mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
translating placeholders
This commit is contained in:
parent
1294e80523
commit
3e2ebe7f77
@ -103,7 +103,7 @@ export function Profile({ drawer }) {
|
||||
<Text style={styles.locationSet}>{ state.location }</Text>
|
||||
)}
|
||||
{ !state.location && (
|
||||
<Text style={styles.locationUnset}>Location</Text>
|
||||
<Text style={styles.locationUnset}>{ state.strings.location }</Text>
|
||||
)}
|
||||
</View>
|
||||
<View style={styles.drawerEntry}>
|
||||
@ -112,7 +112,7 @@ export function Profile({ drawer }) {
|
||||
<Text style={styles.descriptionSet}>{ state.description }</Text>
|
||||
)}
|
||||
{ !state.description && (
|
||||
<Text style={styles.descriptionUnset}>Description</Text>
|
||||
<Text style={styles.descriptionUnset}>{ state.strings.description }</Text>
|
||||
)}
|
||||
</View>
|
||||
<TouchableOpacity style={styles.drawerEntry} activeOpacity={1}>
|
||||
|
Loading…
Reference in New Issue
Block a user