Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -215,8 +215,8 @@ function SelectLeagueInfo(eventObj, inputNum){ | ... | @@ -215,8 +215,8 @@ function SelectLeagueInfo(eventObj, inputNum){ |
215 | SetDefault(eventObj.source.userId); | 215 | SetDefault(eventObj.source.userId); |
216 | break; | 216 | break; |
217 | default: | 217 | default: |
218 | - Reply(eventObj, '잘못 입력하셨습니다.'); | ||
219 | break; | 218 | break; |
219 | + Reply(eventObj, '잘못고르셨습니다.'); | ||
220 | } | 220 | } |
221 | return returnMsg; | 221 | return returnMsg; |
222 | } | 222 | } | ... | ... |
-
Please register or login to post a comment