fix(donate): update mesage on the modal

pull/37915/head
Mrugesh Mohapatra 2019-12-12 20:08:25 +05:30 committed by mrugesh
parent d7b7f0bfde
commit 647e25aa7c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function DonateModal({ show, block, isBlockDonation, closeDonationModal }) {
className='btn-link'
onClick={closeDonationModal}
>
{closeLabel ? 'Close.' : 'Please ask me later.'}
{closeLabel ? 'Close.' : 'Ask me later.'}
</Button>
</Col>
</Row>