From 0d901db093d027bc4344b9137dd9a99859bf9e90 Mon Sep 17 00:00:00 2001 From: Wukong Sun Date: Sat, 15 Jun 2024 11:35:52 +0800 Subject: [PATCH] fix: prevent google translate APR --- cspell.json | 1 + src/components/StakeMaskStatusCard/index.tsx | 9 ++++++++- src/locales/en.po | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index a40fc8ef..72618939 100644 --- a/cspell.json +++ b/cspell.json @@ -10,6 +10,7 @@ "masknetwork", "Merkle", "nosniff", + "notranslate", "Pageable", "reinit", "sepolia", diff --git a/src/components/StakeMaskStatusCard/index.tsx b/src/components/StakeMaskStatusCard/index.tsx index 8792047a..7301e40d 100644 --- a/src/components/StakeMaskStatusCard/index.tsx +++ b/src/components/StakeMaskStatusCard/index.tsx @@ -224,7 +224,14 @@ export const StakeMaskStatusCard: ComponentType = ({ . )} - {t`APR`} + + {t`APR`} +