fix: add translated close button label in alert messages (#43810)

This commit is contained in:
Maciek Sitkowski
2021-10-13 11:07:29 +02:00
committed by GitHub
parent e209582daf
commit 3eae0645ab
7 changed files with 37 additions and 11 deletions

View File

@@ -100,7 +100,7 @@ function DonatePage({
</Col>
</Row>
{isDonating ? (
<Alert>
<Alert closeLabel={t('buttons.close')}>
<p>{t('donate.thank-you-2')}</p>
<br />
<DonationOptionsAlertText />