Skip to content

Commit

Permalink
Update src/launcher.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
andrewfulton9 and krassowski authored Dec 12, 2024
1 parent 3fc073e commit 05998ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function LauncherBody(props: {
lastUsedChanged={props.lastUsedChanged}
/>
) : (
'No starred items'
trans.__('No starred items')
)
});
}
Expand Down

0 comments on commit 05998ce

Please sign in to comment.