mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +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>
|
||||
)}
|
||||
{ !state.location && (
|
||||
<Text style={styles.locationUnset}>Location</Text>
|
||||
<Text style={styles.locationUnset}>{ state.strings.location }</Text>
|
||||
)}
|
||||
</View>
|
||||
<View style={styles.divider} />
|
||||
@ -174,7 +174,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>
|
||||
</ScrollView>
|
||||
|
Loading…
Reference in New Issue
Block a user