fix: add translated close button label in alert messages (#43810)
This commit is contained in:
@@ -100,7 +100,7 @@ function DonatePage({
|
||||
</Col>
|
||||
</Row>
|
||||
{isDonating ? (
|
||||
<Alert>
|
||||
<Alert closeLabel={t('buttons.close')}>
|
||||
<p>{t('donate.thank-you-2')}</p>
|
||||
<br />
|
||||
<DonationOptionsAlertText />
|
||||
|
Reference in New Issue
Block a user