mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
fix typo
This commit is contained in:
parent
a6ebf734e5
commit
bed8f93d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ export default {
|
|||
|
||||
// prevent simultaneous downloads
|
||||
if(this.isDownloadingNodeFile){
|
||||
DialogUtils.alert("An existing download is in progress. Please wait for it to finish beforing starting another download.");
|
||||
DialogUtils.alert("An existing download is in progress. Please wait for it to finish before starting another download.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue