Skip to content

Commit 0c8e7ea

Browse files
committed
restore: Fix typo
1 parent 7824102 commit 0c8e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/Welcome/Restore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export default function Restore({ navigation }: IProps) {
209209
const pickChannelDbFile = async () => {
210210
try {
211211
if (PLATFORM !== "android") {
212-
toast("channel.db is not supported on this platform", undefined, "danger");
212+
toast("channel.db import is not supported on this platform", undefined, "danger");
213213
return;
214214
}
215215

0 commit comments

Comments
 (0)