translating empty topic

This commit is contained in:
Roland Osborne 2023-10-06 17:32:43 -07:00
parent 59c17f1582
commit b974d7465a

View File

@ -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>