Also fix two other issues.

This commit is contained in:
Kalila L 2021-02-09 02:02:06 -05:00
parent c3c9b638e1
commit c80283ae8f
2 changed files with 4 additions and 1 deletions

View file

@ -505,7 +505,7 @@ function createDomainIDPrompt(callback) {
swal({
title: 'Finish Registering Domain',
type: 'input',
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
text: 'Enter a label for this Domain Server.</br></br>This will help you identify which domain ID belongs to which server.</br></br>This is a required step for registration.</br></br>Acceptable characters are [A-Z][a-z0-9]+-_.</br',
showCancelButton: true,
confirmButtonText: "Create",
closeOnConfirm: false,

View file

@ -195,6 +195,9 @@ function promptToCreateDomainID() {
"metaverse": {
"automatic_networking": "full",
"id": domainID
},
"descriptors": {
"world_name": label
}
};