mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
dialog
This commit is contained in:
parent
068339ad21
commit
b3c6b6de66
1 changed files with 13 additions and 0 deletions
13
src/js/dialogs/confirmShowSolution.js
Normal file
13
src/js/dialogs/confirmShowSolution.js
Normal file
|
@ -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'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue