Skip to content

Commit afe52a1

Browse files
committed
fix: list selection translation
1 parent fec6e81 commit afe52a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/browser/BrowserWindow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ export const BrowserWindow = () => {
741741
notify(
742742
`info`,
743743
t(
744-
"browser_window.attribute_modal.notifications.group_select_success",
744+
"browser_window.attribute_modal.notifications.list_select_success",
745745
{
746746
count: highlighterData.groupInfo.groupSize,
747747
}

0 commit comments

Comments
 (0)