Some comment fixes

This commit is contained in:
Paul 2022-12-21 01:17:40 +00:00
parent 24a0a9f5ee
commit 321ef8b926
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();