Skip to content

Commit

Permalink
fix: replace placeholder string
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Oct 19, 2023
1 parent 309052e commit 51caff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ import {CSSProperties, useEffect, useState} from 'react';
className="givewp-fields"
label={__('Cardholder Name', 'give')}
hideLabelFromVision={true}
placeholder={'Cardholder Name'}
placeholder={__('Cardholder Name', 'give')}
value={_cardholderName ?? cardholderDefault}
onChange={(value) => setCardholderName(value)}
/>
Expand Down

0 comments on commit 51caff3

Please sign in to comment.