mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
13 lines
225 B
JavaScript
13 lines
225 B
JavaScript
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'
|
|
]
|
|
}
|
|
}]
|
|
};
|
|
|