diff --git a/template/page-uses.html.jinja b/template/page-uses.html.jinja
index 349e82f1ac..9434467bfe 100644
--- a/template/page-uses.html.jinja
+++ b/template/page-uses.html.jinja
@@ -55,7 +55,7 @@
"title": _("Gatehub"),
"description": _("Gatehub XRP Ledger Markets is an explorer to track Gatehub's inssuances on the XRP Ledger."),
"category_id": "custody",
- "category_name": "Custody",
+ "category_name": _("Custody"),
"link": "https://gatehub.net/markets",
},
{
@@ -175,7 +175,7 @@
"title": _("Crossmark"),
"description": _("Crossmark is a browser extension wallet built for interacting with the XRP Ledger."),
"category_id": "wallet",
- "category_name": "Wallet",
+ "category_name": _("Wallet"),
"link": "https://github.com/crossmarkio",
},
{
@@ -300,16 +300,16 @@
} %}
{% set other_categories = {
- "interoperability": "Interoperability",
- "wallet": "Wallet",
- "nfts": "NFTs",
- "exchanges": "Exchanges",
- "gaming": "Gaming",
- "security": "Security",
- "payments": "Payments",
- "sustainability": "Sustainability",
- "cbdcs": "CBDCs",
- "custody": "Custody"
+ "interoperability": _("Interoperability"),
+ "wallet": _("Wallet"),
+ "nfts": _("NFTs"),
+ "exchanges": _("Exchanges"),
+ "gaming": _("Gaming"),
+ "security": _("Security"),
+ "payments": _("Payments"),
+ "sustainability": _("Sustainability"),
+ "cbdcs": _("CBDCs"),
+ "custody": _("Custody")
} %}