From 0c8e7ea23ce8ce4d5d8331a5f505a8927ef0cc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Tue, 25 Jun 2024 16:08:48 +0400 Subject: [PATCH] restore: Fix typo --- src/windows/Welcome/Restore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/Welcome/Restore.tsx b/src/windows/Welcome/Restore.tsx index 0713d779..d88fd644 100644 --- a/src/windows/Welcome/Restore.tsx +++ b/src/windows/Welcome/Restore.tsx @@ -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; }