Translate Retry
This commit is contained in:
@@ -197,7 +197,9 @@ function Inner(props: ReportDialogProps) {
|
||||
<Admonition.Button
|
||||
label={_(msg`Retry loading report options`)}
|
||||
onPress={() => refetchLabelers()}>
|
||||
<ButtonText>Retry</ButtonText>
|
||||
<ButtonText>
|
||||
<Trans>Retry</Trans>
|
||||
</ButtonText>
|
||||
<ButtonIcon icon={Retry} />
|
||||
</Admonition.Button>
|
||||
</Admonition.Row>
|
||||
|
||||
Reference in New Issue
Block a user