From 307beaeb3e6cf4438dd754fba4ffaff410f8ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Thernstr=C3=B6m?= Date: Sat, 19 Oct 2024 11:03:41 +0200 Subject: [PATCH] Fix "Containing words" isn't transable. #470 --- src/components/DefaultFilters.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DefaultFilters.jsx b/src/components/DefaultFilters.jsx index 58320fac..07040799 100644 --- a/src/components/DefaultFilters.jsx +++ b/src/components/DefaultFilters.jsx @@ -120,7 +120,7 @@ export function DefaultFilters( props ) {

- Containing words + { __( 'Containing words', 'simple-history' ) }