From e72427d4ecad0f011fa859067adb3e78c3884d3f Mon Sep 17 00:00:00 2001 From: Myroslav Sviderok Date: Tue, 7 Jan 2025 11:13:48 +0200 Subject: [PATCH] chore: remove redundant translation line (#6397) ### Description Remore redundant unused translation line. ### Test plan No testing needed. ### Related issues N/A ### Backwards compatibility Yes ### Network scalability If a new NetworkId and/or Network are added in the future, the changes in this PR will: - [x] Continue to work without code changes, OR trigger a compilation error (guaranteeing we find it when a new network is added) --- locales/base/translation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/locales/base/translation.json b/locales/base/translation.json index 5df45be589d..1ed632fa50e 100644 --- a/locales/base/translation.json +++ b/locales/base/translation.json @@ -2831,6 +2831,5 @@ "selectToken": "Select token", "fiatPriceUnavailable": "Price unavailable", "tokenDescription": "{{tokenName}} on {{tokenNetwork}}" - }, - "on": "on" + } }