From b35abd744b09b1a3389f5d6f731227c005ede788 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 26 Sep 2024 22:24:25 +0200 Subject: [PATCH] minor issue: search in customizations only searches the english/original names (not the tranlated ones) #2056 --- interface/src/app/main/Customizations.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/app/main/Customizations.tsx b/interface/src/app/main/Customizations.tsx index 604917ff2..653c28e42 100644 --- a/interface/src/app/main/Customizations.tsx +++ b/interface/src/app/main/Customizations.tsx @@ -309,7 +309,7 @@ const Customizations = () => { const filter_entity = (de: DeviceEntity) => (de.m & selectedFilters || !selectedFilters) && - formatName(de, true).includes(search.toLocaleLowerCase()); + formatName(de, true).includes(search); const maskDisabled = (set: boolean) => { setDeviceEntities(