More subscription stuff

This commit is contained in:
2022-08-26 23:01:19 +00:00
parent adcc07c8b9
commit c9adfbb656
3 changed files with 71 additions and 27 deletions

View File

@@ -81,7 +81,7 @@ app.ravLicense = (function () {
} else {
if (!$("#licenseExpires").prop("checked")) {
alert(
"Subscriptin licenses MUST have a license expiry, can not process"
"Subscription licenses MUST have a license expiry, can not process"
);
return false;
}