Skip to content

Commit

Permalink
#206: Updated message (when page downloaded as say HTML vs JSON).
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jun 29, 2019
1 parent 09382ab commit 00a1964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/loadFrictionless.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function loadGenericFrictionlessFromJsonSource (jsonSource, callback, fric
title: `Unable to load ${frictionlessType}`,
message:
`The ${frictionlessType}, ${jsonSource}, could not be loaded.
If the ${frictionlessType} is a URL or file, please check that it exists.`
If the ${frictionlessType} is a URL or file, please check that it exists in JSON format.`
})
mainWindow.webContents.send('closeLoadingScreen')
return
Expand Down

0 comments on commit 00a1964

Please sign in to comment.