We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ff486 commit 57dd726Copy full SHA for 57dd726
app/pibakery.js
@@ -1357,7 +1357,7 @@ function writeToSd () {
1357
type: 'question',
1358
buttons: ['Yes', 'No'],
1359
title: 'Confirm Write',
1360
- message: 'You have selected to write to "' + name + '".\nWriting will permanently erase any exisitng contents on "' + name + '"\nDo you wish to continue?'
+ message: 'You have selected to write to "' + name + '".\nWriting will permanently erase any existing contents on "' + name + '"\nDo you wish to continue?'
1361
})
1362
1363
if (choice == 0) {
0 commit comments