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

@@ -129,7 +129,7 @@ export const TxUI: FC<UIProps> = ({
const otherFields = Object.keys(txFields).filter(k => !richFields.includes(k)) as [keyof TxFields]
const amountOptions = [
{ label: 'XRP', value: 'xrp' },
{ label: 'XAH', value: 'xrp' },
{ label: 'Token', value: 'token' }
] as const