Merge pull request #87 from MAGICGrants/fiat-to-card

Change "fiat" to "card"
This commit is contained in:
Artur
2024-10-18 10:27:22 -03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ const DonationFormModal: React.FC<Props> = ({ project, openRegisterModal, close
) : (
<FontAwesomeIcon icon={faCreditCard} className="h-5 w-5" />
)}
Donate with Fiat
Donate with Card
</Button>
</div>
</form>

View File

@@ -266,7 +266,7 @@ const MembershipFormModal: React.FC<Props> = ({ project, close, openRegisterModa
) : (
<FontAwesomeIcon icon={faCreditCard} className="h-5 w-5" />
)}
Pay with Fiat
Pay with Card
</Button>
</div>
</form>