diff --git a/src/js/dialogs/confirmShowSolution.js b/src/js/dialogs/confirmShowSolution.js new file mode 100644 index 00000000..e6853801 --- /dev/null +++ b/src/js/dialogs/confirmShowSolution.js @@ -0,0 +1,13 @@ +exports.dialog = { + 'en_US': [{ + type: 'ModalAlert', + options: { + markdowns: [ + '## Are you sure you want to see the solution?', + '', + 'I believe in you! You can do it' + ] + } + }] +}; +