This commit is contained in:
liamcottle 2024-12-11 01:01:44 +13:00
commit bed8f93d7c

View file

@ -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;
}