Make clear popup is from the Sandbox

This commit is contained in:
Atlante45 2016-11-16 11:03:15 -08:00
parent 01b2a893be
commit 722032080a
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Server Backup</title> <title>High Fidelity Sandbox</title>
<script src="content-update.js"></script> <script src="content-update.js"></script>
<link rel="stylesheet" type="text/css" href="content-update.css"></link> <link rel="stylesheet" type="text/css" href="content-update.css"></link>
</head> </head>

View file

@ -606,7 +606,7 @@ function checkNewContent() {
buttons: ['Yes', 'No'], buttons: ['Yes', 'No'],
defaultId: 1, defaultId: 1,
cancelId: 1, cancelId: 1,
title: 'New home content', title: 'High Fidelity Sandbox',
message: 'A newer version of the home content set is available.\nDo you wish to update?', message: 'A newer version of the home content set is available.\nDo you wish to update?',
noLink: true, noLink: true,
}, function(idx) { }, function(idx) {