Skip to content

Commit

Permalink
restore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jun 25, 2024
1 parent 7824102 commit 0c8e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/Welcome/Restore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default function Restore({ navigation }: IProps) {
const pickChannelDbFile = async () => {
try {
if (PLATFORM !== "android") {
toast("channel.db is not supported on this platform", undefined, "danger");
toast("channel.db import is not supported on this platform", undefined, "danger");
return;
}

Expand Down

0 comments on commit 0c8e7ea

Please sign in to comment.