mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed spelling errors and missing ®
This commit is contained in:
parent
fb0994e77e
commit
8726254e36
26 changed files with 349 additions and 369 deletions
|
@ -492,7 +492,7 @@
|
|||
|
||||
function useEmailToken() {
|
||||
if (otpemail != true) return;
|
||||
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registed email address?");
|
||||
setDialogMode(1, "Secure Login", 3, useEmailKeyEx, "Send token to registered email address?");
|
||||
}
|
||||
|
||||
function useEmailKeyEx() {
|
||||
|
@ -503,7 +503,7 @@
|
|||
|
||||
function useSMSToken() {
|
||||
if (otpsms != true) return;
|
||||
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registed phone number?");
|
||||
setDialogMode(1, "Secure Login", 3, useSMSTokenEx, "Send token to registered phone number?");
|
||||
}
|
||||
|
||||
function useSMSTokenEx() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue