Some comment fixes (#278)

This commit is contained in:
Paul Dee 2022-12-26 10:02:07 +01:00 committed by GitHub
parent 310c8343d3
commit e76c573b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -418,7 +418,7 @@ Wireguard Clients
});
}
// submitEmailClient function for sending an email to the client with the configuration
// submitEmailClient function for sending an email with the configuration to the client
function submitEmailClient() {
const client_id = $("#e_client_id").val();
const email = $("#e_client_email").val();