From afe52a1a9a180240bdb2c8fe55d80912f4743677 Mon Sep 17 00:00:00 2001 From: Rohit Date: Sun, 6 Jul 2025 16:49:20 +0530 Subject: [PATCH] fix: list selection translation --- src/components/browser/BrowserWindow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/browser/BrowserWindow.tsx b/src/components/browser/BrowserWindow.tsx index 69250714..e7a5057b 100644 --- a/src/components/browser/BrowserWindow.tsx +++ b/src/components/browser/BrowserWindow.tsx @@ -741,7 +741,7 @@ export const BrowserWindow = () => { notify( `info`, t( - "browser_window.attribute_modal.notifications.group_select_success", + "browser_window.attribute_modal.notifications.list_select_success", { count: highlighterData.groupInfo.groupSize, }