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