1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Chore: Adjust some strings for translations

This commit is contained in:
Laurent Cozic
2025-01-06 12:02:29 +00:00
parent 3ae834e508
commit 533f8f47ce
4 changed files with 5 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ const WebBetaButton: React.FC<Props> = props => {
>
<Text>{'At present, the web client is in beta. In the future, it may change significantly, or be removed.'}</Text>
<View style={feedbackContainerStyles}>
<LinkButton onPress={onLeaveFeedback}>{_('Give feedback')}</LinkButton>
<LinkButton onPress={onLeaveFeedback}>{'Give feedback'}</LinkButton>
</View>
</DismissibleDialog>
</>