merge conflict resolved

This commit is contained in:
K3rn3l_P4n1c 2023-09-15 19:47:24 +03:00
parent aae17f679a
commit 5736e878df

View file

@ -216,17 +216,10 @@ exports.dialog = {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
markdowns: [ markdowns: [
<<<<<<< HEAD
'## Muhteşem!!!', '## Muhteşem!!!',
'', '',
'Bu seviyeyi *{numCommands}* komut ile çözdünüz.', 'Bu seviyeyi *{numCommands}* komut ile çözdünüz.',
'İdeal çözüm {best} komuttan oluşuyor.' 'İdeal çözüm {best} komuttan oluşuyor.'
=======
'## Mükemmel!!!',
'',
'*{numCommands}* komut ile bu seviyeyi çözdün!; ',
'İdeal çözüm {best} komut içeriyor.'
>>>>>>> main
] ]
} }
}], }],