1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

More work on SMS support.

This commit is contained in:
Ylian Saint-Hilaire 2020-04-22 01:33:27 -07:00
parent 19e276ca68
commit 200acde9c8
24 changed files with 287 additions and 14 deletions

View file

@ -41,7 +41,8 @@ var meshCentralSourceFiles = [
"../emails/account-invite.txt",
"../emails/account-login.txt",
"../emails/account-reset.txt",
"../emails/mesh-invite.txt"
"../emails/mesh-invite.txt",
"../emails/sms-messages.txt"
];
var minifyMeshCentralSourceFiles = [

View file

@ -4846,7 +4846,6 @@
},
{
"en": "Change Email Address",
"en": "E-mailadres wijzigen",
"xloc": [
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->checkemailpanel->1->checkCheckOperations->1->2->1->1",
"login.handlebars->container->column_l->centralTable->1->0->logincell->checkemailpanel->1->checkCheckOperations->1->2->1->1"
@ -9004,6 +9003,9 @@
"default.handlebars->29->889"
]
},
{
"en": "E-mailadres wijzigen"
},
{
"cs": "CHYBA: ",
"de": "FEHLER:",
@ -27935,6 +27937,18 @@
"default.handlebars->29->1039"
]
},
{
"en": "[[0]] access token is: [[1]]",
"xloc": [
"sms-messages.txt"
]
},
{
"en": "[[0]] verification code is: [[1]]",
"xloc": [
"sms-messages.txt"
]
},
{
"cs": "[[[SERVERNAME]]]",
"de": "[[[SERVERNAME]]]",
@ -29682,4 +29696,4 @@
]
}
]
}
}