mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 09:41:01 +02:00
Update create domain id language
This commit is contained in:
parent
a55a30f87f
commit
1db8e2a0ec
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ function showDomainCreationAlert(justConnected) {
|
||||||
swal({
|
swal({
|
||||||
title: 'Create new domain ID',
|
title: 'Create new domain ID',
|
||||||
type: 'input',
|
type: 'input',
|
||||||
text: 'Enter a short description for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>',
|
text: 'Enter a label this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>',
|
||||||
showCancelButton: true,
|
showCancelButton: true,
|
||||||
confirmButtonText: "Create",
|
confirmButtonText: "Create",
|
||||||
closeOnConfirm: false,
|
closeOnConfirm: false,
|
||||||
|
|
Loading…
Reference in a new issue