We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51fdeb commit e4a5eb3Copy full SHA for e4a5eb3
src/screens/Contacts/Contact.tsx
@@ -94,7 +94,7 @@ const Contact = ({
94
showToast({
95
type: 'warning',
96
title: t('contact_pay_error'),
97
- description: t('other:try_again'),
+ description: res.error.message,
98
});
99
}
100
};
src/utils/i18n/locales/en/slashtags.json
@@ -240,7 +240,7 @@
240
"string": "Unable To Pay Contact"
241
},
242
"error_pay_empty_msg": {
243
- "string": "This contact has no payment data."
+ "string": "The contact you’re trying to send to hasn’t enabled payments."
244
245
"auth_depricated_title": {
246
"string": "Deprecated"
0 commit comments