diff --git a/src/components/customers/CustomerInvoicesList.tsx b/src/components/customers/CustomerInvoicesList.tsx index 8181c0856..7526ec436 100644 --- a/src/components/customers/CustomerInvoicesList.tsx +++ b/src/components/customers/CustomerInvoicesList.tsx @@ -405,7 +405,7 @@ export const CustomerInvoicesList: FC = ({ hasDefinedGQLError('PaymentProcessorIsCurrentlyHandlingPayment', errors) ) { addToast({ - severity: 'danger', + severity: 'info', translateKey: 'text_63b6d06df1a53b7e2ad973ad', }) } diff --git a/src/components/invoices/InvoicesList.tsx b/src/components/invoices/InvoicesList.tsx index af43a35e5..04297b2e8 100644 --- a/src/components/invoices/InvoicesList.tsx +++ b/src/components/invoices/InvoicesList.tsx @@ -244,7 +244,7 @@ const InvoicesList = ({ hasDefinedGQLError('PaymentProcessorIsCurrentlyHandlingPayment', errors) ) { addToast({ - severity: 'danger', + severity: 'info', translateKey: 'text_63b6d06df1a53b7e2ad973ad', }) } diff --git a/src/pages/InvoicesPage.tsx b/src/pages/InvoicesPage.tsx index 803f4f5b2..05784011e 100644 --- a/src/pages/InvoicesPage.tsx +++ b/src/pages/InvoicesPage.tsx @@ -359,7 +359,7 @@ const InvoicesPage = () => { if (hasDefinedGQLError('PaymentProcessorIsCurrentlyHandlingPayment', errors)) { addToast({ - severity: 'danger', + severity: 'info', translateKey: 'text_63b6d06df1a53b7e2ad973ad', }) } diff --git a/translations/base.json b/translations/base.json index bc36ebe7f..027999cc7 100644 --- a/translations/base.json +++ b/translations/base.json @@ -759,7 +759,7 @@ "text_62ab2d0396dd6b0361614da0": "Country", "text_62ab2d0396dd6b0361614da8": "Cancel", "text_62ab2d0396dd6b0361614db2": "Save information", - "text_63b6d06df1a53b7e2ad973ad": "Payment processor is currently handling the payment, please retry later", + "text_63b6d06df1a53b7e2ad973ad": "The payment provider is currently processing the payment. Please try again later.", "text_62ab2d0396dd6b0361614d1e": "JPG or PNG. Max size of 800K", "text_62ab2d0396dd6b0361614d1c": "Org. information", "text_62ab2d0396dd6b0361614d24": "Invoice settings",