Skip to content

Commit

Permalink
fixup! Replace "smart routing" with "direct only" in gui code
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Oct 7, 2024
1 parent bd6c1a5 commit c79508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/renderer/components/DaitaSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function DaitaToggle() {
);
}

export function DirectOnlyModalMessage() {
function DirectOnlyModalMessage() {
return (
<ModalMessage>
{sprintf(
Expand Down

0 comments on commit c79508b

Please sign in to comment.