Skip to content

Commit

Permalink
fix: use better translations for "blur" event (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener authored Dec 9, 2024
1 parent b4fb70b commit 7c671cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Core/I18n/getCoreResources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export const getCoreResources = (): { namespace: string; resources: Resources<Tr
title: "Window",
hideWindowOn: "Hide window on",
"hideWindow.placeholder": "Select events",
"hideWindowOn.blur": "Blur",
"hideWindowOn.blur": "Focus loss",
"hideWindowOn.afterInvocation": "After invocation",
"hideWindowOn.escapePressed": "Pressing escape key",
alwaysOnTop: "Always on top",
Expand Down

0 comments on commit 7c671cc

Please sign in to comment.