test #25

Merged
klaus merged 2 commits from test into main 2024-03-13 11:42:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4051f11a9e - Show all commits

View File

@ -512,7 +512,7 @@ export default {
this.is_adult === this.selected_signature_can.isAdult &&
this.can === this.selected_signature_can.can
) {
this.notifyError('수정사항이 없습니다.')
this.notifyError('변경사항이 없습니다.')
return;
}