From 05998cec3a9a302d5420d015dccff1daa8088e27 Mon Sep 17 00:00:00 2001 From: Andrew Fulton Date: Thu, 12 Dec 2024 10:40:01 -0700 Subject: [PATCH] Update src/launcher.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MichaƂ Krassowski <5832902+krassowski@users.noreply.github.com> --- src/launcher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher.tsx b/src/launcher.tsx index c2bd451..88f944c 100644 --- a/src/launcher.tsx +++ b/src/launcher.tsx @@ -193,7 +193,7 @@ function LauncherBody(props: { lastUsedChanged={props.lastUsedChanged} /> ) : ( - 'No starred items' + trans.__('No starred items') ) }); }