Make "Retry" translatable (#7243)
This commit is contained in:
committed by
GitHub
parent
fa2072cefa
commit
9d4ae02300
@@ -165,7 +165,9 @@ export function MessagesScreen({navigation, route}: Props) {
|
||||
color="secondary"
|
||||
variant="solid"
|
||||
onPress={() => refetch()}>
|
||||
<ButtonText>Retry</ButtonText>
|
||||
<ButtonText>
|
||||
<Trans>Retry</Trans>
|
||||
</ButtonText>
|
||||
<ButtonIcon icon={Retry} position="right" />
|
||||
</Button>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user