From 6dae1c2a5cfa309b39d249325980a337fa9219e6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 18 Jun 2024 21:51:32 -0400 Subject: [PATCH] Tweak language on API key list --- app/scenes/Settings/ApiKeys.tsx | 6 +++--- app/scenes/Settings/components/ApiKeyListItem.tsx | 2 ++ shared/i18n/locales/en_US/translation.json | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/scenes/Settings/ApiKeys.tsx b/app/scenes/Settings/ApiKeys.tsx index ffd38f7c5..de096ea2b 100644 --- a/app/scenes/Settings/ApiKeys.tsx +++ b/app/scenes/Settings/ApiKeys.tsx @@ -43,7 +43,7 @@ function ApiKeys() { return ( } actions={ <> @@ -60,7 +60,7 @@ function ApiKeys() { } > - {t("API Keys")} + {t("API")} } + heading={

{t("Personal keys")}

} renderItem={(apiKey: ApiKey) => ( { const subtitle = ( + {t(`Created`)}