시그니처 관리

- 수정사항이 없습니다 -> 변경사항이 없습니다.
This commit is contained in:
Yu Sung
2024-03-13 19:23:38 +09:00
parent 9d85b737d8
commit 4051f11a9e

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;
}