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.
2 parents 17bce6b + 98050c4 commit 7b90679Copy full SHA for 7b90679
src/js/dialogs/nextLevel.js
@@ -139,7 +139,7 @@ exports.dialog = {
139
markdowns: [
140
'## 훌륭합니다!!',
141
'',
142
- '*{numCommands}*개의 명렁으로 레벨을 통과했습니다.; ',
+ '*{numCommands}*개의 명렁으로 레벨을 통과했습니다; ',
143
'모범 답안은 {best}개를 사용합니다.'
144
]
145
}
@@ -150,7 +150,7 @@ exports.dialog = {
150
151
'## Làm tốt lắm!!',
152
153
- 'Bạn hoàn thành cấp độ này với *{numCommands}* câu lệnh.; ',
+ 'Bạn hoàn thành cấp độ này với *{numCommands}* câu lệnh; ',
154
'Đáp án của chúng tôi sử dụng {best}.'
155
156
0 commit comments