Skip to content

Commit

Permalink
chore: adjust cdk verification text
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliothmoon committed Feb 5, 2025
1 parent 98d7628 commit 2aa3bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/biz/cdkey.kt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fun validateCDK(params: ValidateParams): Resp {
}
.iterator()
if (!qr.hasNext()) {
throw ServiceException("invalid cdk")
throw ServiceException("Please confirm that you have entered the correct cdkey")
}
qr.next().run {
ValidTuple(
Expand Down

0 comments on commit 2aa3bb8

Please sign in to comment.