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>
<html>
<head>
<title>Server Backup</title>
<title>High Fidelity Sandbox</title>
<script src="content-update.js"></script>
<link rel="stylesheet" type="text/css" href="content-update.css"></link>
</head>

View file

@ -606,7 +606,7 @@ function checkNewContent() {
buttons: ['Yes', 'No'],
defaultId: 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?',
noLink: true,
}, function(idx) {