From 45e20329a37c1b1a35975b5c8e1631b078f79d67 Mon Sep 17 00:00:00 2001 From: Cody Tseng Date: Tue, 2 Sep 2025 22:38:17 +0800 Subject: [PATCH] feat: add a label to the kind filter button (#527) Co-authored-by: Daniel Vergara --- src/components/KindFilter/index.tsx | 9 +++++---- src/i18n/locales/ar.ts | 2 +- src/i18n/locales/de.ts | 2 +- src/i18n/locales/en.ts | 2 +- src/i18n/locales/es.ts | 2 +- src/i18n/locales/fa.ts | 2 +- src/i18n/locales/fr.ts | 2 +- src/i18n/locales/it.ts | 2 +- src/i18n/locales/ja.ts | 2 +- src/i18n/locales/ko.ts | 2 +- src/i18n/locales/pl.ts | 2 +- src/i18n/locales/pt-BR.ts | 2 +- src/i18n/locales/pt-PT.ts | 2 +- src/i18n/locales/ru.ts | 2 +- src/i18n/locales/th.ts | 2 +- src/i18n/locales/zh.ts | 2 +- 16 files changed, 20 insertions(+), 19 deletions(-) diff --git a/src/components/KindFilter/index.tsx b/src/components/KindFilter/index.tsx index b950fc1..d2c5ea8 100644 --- a/src/components/KindFilter/index.tsx +++ b/src/components/KindFilter/index.tsx @@ -74,16 +74,17 @@ export default function KindFilter({ ) @@ -150,7 +151,7 @@ export default function KindFilter({ checked={isPersistent} onCheckedChange={(checked) => setIsPersistent(!!checked)} /> - {t('Remember my choice')} + {t('Set as default filter')}