mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
translating empty topic
This commit is contained in:
parent
59c17f1582
commit
b974d7465a
@ -109,7 +109,7 @@ export function Conversation({ navigation, cardId, channelId, closeConversation,
|
|||||||
)}
|
)}
|
||||||
{ state.loaded && state.topics.length === 0 && (
|
{ state.loaded && state.topics.length === 0 && (
|
||||||
<View style={styles.empty}>
|
<View style={styles.empty}>
|
||||||
<Text style={styles.emptytext}>Empty Topic</Text>
|
<Text style={styles.emptytext}>{ state.strings.emptyTopic }</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user