From 351fdd5ec094f0483da854d0f7ea64699b6a55a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Sun, 28 Jul 2024 21:51:37 +0200 Subject: [PATCH] feat: update translate --- assets/pages/search/DomainSearchPage.tsx | 6 +++--- translations/translations.pot | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/assets/pages/search/DomainSearchPage.tsx b/assets/pages/search/DomainSearchPage.tsx index 8aa6235..f7b445f 100644 --- a/assets/pages/search/DomainSearchPage.tsx +++ b/assets/pages/search/DomainSearchPage.tsx @@ -114,7 +114,7 @@ export default function DomainSearchPage() { size="small"> {domain.status.length > 0 && <> - EPP Status Codes + {t`EPP Status Codes`} { domain.status.map(s => @@ -124,7 +124,7 @@ export default function DomainSearchPage() { } - Timeline + {t`Timeline`} 0 && <> - Entities + {t`Entities`}