From 7a61391fa8634198a42774cfa6f571441d35ef42 Mon Sep 17 00:00:00 2001 From: royaldev <295874283+royalTreasure@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:17:59 +0100 Subject: [PATCH] chore: remove unused vaultPanel.protocol/shares translation keys --- apps/web/messages/en.json | 2 -- apps/web/messages/fr.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 4b7a462c..6842452b 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -18,7 +18,6 @@ "apy": "APY", "tvl": "TVL", "route": "Route", - "protocol": "Protocol", "noLiveRateData": "No live rate data.", "yourPosition": "Your Position", "earned": "Earned", @@ -26,7 +25,6 @@ "amount": "Amount", "balance": "Balance", "position": "You have no active position to withdraw from.", - "shares": "Shares", "waiting": "Waiting for signature...", "positionsError": "Couldn't load your position. Deposits and withdrawals still work." }, diff --git a/apps/web/messages/fr.json b/apps/web/messages/fr.json index ed6b5a1e..2ead35c6 100644 --- a/apps/web/messages/fr.json +++ b/apps/web/messages/fr.json @@ -18,7 +18,6 @@ "apy": "Rendement annuel", "tvl": "TVL", "route": "Route", - "protocol": "Protocole", "noLiveRateData": "Aucune donnée de rendement disponible.", "yourPosition": "Votre position", "earned": "Gains", @@ -26,7 +25,6 @@ "amount": "Montant", "balance": "Solde", "position": "Vous n'avez aucune position active à retirer.", - "shares": "Parts", "waiting": "En attente de signature...", "positionsError": "Impossible de charger votre position. Les dépôts et retraits fonctionnent toujours." },