Made requested change to DS restart dialog message

This commit is contained in:
seefo 2017-06-22 13:52:34 -07:00
parent d834a05fd9
commit d87a55d6e6

View file

@ -36,7 +36,7 @@ $(document).ready(function(){
$('body').on('click', '#restart-server', function(e) { $('body').on('click', '#restart-server', function(e) {
swal( { swal( {
title: "Are you sure?", 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", type: "warning",
html: true, html: true,
showCancelButton: true showCancelButton: true