mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Made requested change to DS restart dialog message
This commit is contained in:
parent
d834a05fd9
commit
d87a55d6e6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ $(document).ready(function(){
|
|||
$('body').on('click', '#restart-server', function(e) {
|
||||
swal( {
|
||||
title: "Are you sure?",
|
||||
text: "This will restart your domain server, causing your domain server to be briefly offline.",
|
||||
text: "This will restart your domain server, causing your domain to be briefly offline.",
|
||||
type: "warning",
|
||||
html: true,
|
||||
showCancelButton: true
|
||||
|
|
Loading…
Reference in a new issue