| Index: components/payments_strings.grdp
 | 
| diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
 | 
| index 77b7791977ff20feccf4e5ef6f1c6d5eb9cc1d5a..0b65fc9a464534601078c77bcf865682d2ad4d46 100644
 | 
| --- a/components/payments_strings.grdp
 | 
| +++ b/components/payments_strings.grdp
 | 
| @@ -105,6 +105,9 @@
 | 
|    <message name="IDS_PAYMENTS_VALIDATION_INVALID_CREDIT_CARD_EXPIRED" desc="Message displayed to user when the credit card is expired.">
 | 
|      The card is expired
 | 
|    </message>
 | 
| +  <message name="IDS_PAYMENTS_VALIDATION_UNSUPPORTED_CREDIT_CARD_TYPE" desc="Message displayed to user when the credit card type (e.g visa, mastercard) is not supported for this transaction.">
 | 
| +    Unsupported card type
 | 
| +  </message>
 | 
|    <message name="IDS_PAYMENTS_REQUIRED_FIELD_MESSAGE" desc="The text that informs the user that '*' character indicates an input field that is required. The '*' character should not be changed." formatter_data="android_java">
 | 
|      * indicates required field
 | 
|    </message>
 | 
| 
 |