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

@@ -1,7 +1,7 @@
{
"uri": "file:///amount-schema.json",
"title": "Amount",
"description": "Specify xrp in drops and tokens as objects.",
"description": "Specify xah in drops and tokens as objects.",
"schema": {
"anyOf": [
{
@@ -13,7 +13,7 @@
"type": "object",
"properties": {
"currency": {
"description": "Arbitrary currency code for the token. Cannot be XRP."
"description": "Arbitrary currency code for the token. Cannot be XAH."
},
"value": {
"type": ["string", "number"],
@@ -28,7 +28,7 @@
],
"defaultSnippets": [
{
"label": "Xrp",
"label": "Xah",
"body": "1000000"
},
{