diff --git a/domain-server/resources/web/js/settings.js b/domain-server/resources/web/js/settings.js index 00a9546906..4efa3ff02d 100644 --- a/domain-server/resources/web/js/settings.js +++ b/domain-server/resources/web/js/settings.js @@ -87,7 +87,7 @@ var viewHelpers = { if (setting.href) { form_group += "" + setting.button_label + ""; } else { @@ -347,7 +347,7 @@ function showDomainIDChoiceAlert() { title: 'Domain ID', type: 'info', text: "You do not currently have a domain ID." + - "

This is required to point place names at your domain and to use automatic networking

" + + "

This is required to point place names at your domain and to use automatic networking.

" + "Would you like to create a domain ID via the Metaverse API?

", showCancelButton: true, confirmButtonText: "Create new domain ID",