Xahau translation

This commit is contained in:
Ekiserrepé
2025-01-01 18:03:13 +01:00
parent 3234ba851a
commit 62ca0603fc
6 changed files with 16 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ export const addFunds = async (address: string) => {
if ('error' in json) {
return toast.error(json.error, { id: toastId })
} else {
toast.success(`Funds added (${json.xrp} XRP)`, { id: toastId })
toast.success(`Funds added (${json.xrp} XAH)`, { id: toastId })
const currAccount = state.accounts.find(acc => acc.address === address)
if (currAccount) {
currAccount.xrp = (Number(currAccount.xrp) + json.xrp * 1000000).toString()