diff --git a/public/i18n/en.json b/public/i18n/en.json
index 656e853d..1ad431c9 100644
--- a/public/i18n/en.json
+++ b/public/i18n/en.json
@@ -543,7 +543,9 @@
"description": "Mutiny has experimental support for the Fedimint protocol. Store funds in a federation at your own risk!",
"learn_more": "Learn more about Fedimint.",
"discover": "Discover Federations",
- "manual": "Invite Code"
+ "manual": "Invite Code",
+ "created_at": "Created At",
+ "recommended_by": "Recommended By"
},
"gift": {
"give_sats_link": "Give sats as a gift",
diff --git a/public/i18n/es.json b/public/i18n/es.json
index 037f948e..25e4e417 100644
--- a/public/i18n/es.json
+++ b/public/i18n/es.json
@@ -496,7 +496,9 @@
"expires": "Expira",
"federation_id": "ID federación",
"description": "Mutiny tiene soporte experimental para el protocolo Fedimint. ¡Almacene fondos en una federación bajo su propio riesgo!",
- "learn_more": "Aprenda más sobre Fedimint."
+ "learn_more": "Aprenda más sobre Fedimint.",
+ "created_at": "Creado En",
+ "recommended_by": "Recomendado por"
},
"gift": {
"give_sats_link": "Dar sats de regalo",
diff --git a/src/routes/settings/ManageFederations.tsx b/src/routes/settings/ManageFederations.tsx
index 0328a364..bfe4279a 100644
--- a/src/routes/settings/ManageFederations.tsx
+++ b/src/routes/settings/ManageFederations.tsx
@@ -232,8 +232,11 @@ function AddFederationForm(props: { refetch?: RefetchType }) {
-
- {/* todo i18n */}
+
@@ -244,8 +247,11 @@ function AddFederationForm(props: { refetch?: RefetchType }) {
fed.recommendations.length > 0
}
>
-
- {/* todo i18n */}
+