This commit is contained in:
Carl Downing 2023-07-30 14:29:50 -07:00
parent 18dba95d2b
commit 2bdbd7173f
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export default class UserAPI extends BaseAPI<
try {
if (!IsBillingEnabled) {
throw new BadDataException(
'Billign is not enabled for this server'
'Billing is not enabled for this server'
);
}

View File

@ -35,7 +35,7 @@ export default class UserAPI extends BaseAPI<
try {
if (!IsBillingEnabled) {
throw new BadDataException(
'Billign is not enabled for this server'
'Billing is not enabled for this server'
);
}