You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/sources/src/locales/en.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ export default {
63
63
'You do not have enough balance to pay {{amountString}} with {{feeString}} payment fees',
64
64
'403RPA07':
65
65
'You have unfinished payment requests for {{pendingRequestsSum}} and your balance is not enough to pay them and {{amountString}} with {{feeString}} payment fees',
66
-
'403RPA06': 'You trying to send payments too often.\nNeed to send frequently? Contact us!',
66
+
'403RPA06': 'You trying to send requests too often.\nNeed to send frequently? Contact us!',
67
+
'403RPA09': 'You already have {{activeInvoices}} unexpired invoices\nwhile your limit is {{maxActiveInvoices}}.\n\nNeed more? Contact us!',
0 commit comments