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) {
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