Merge pull request #9085 from Atlante45/content-update

Make clear popup is from the Sandbox
This commit is contained in:
Chris Collins 2016-11-16 16:28:13 -08:00 committed by GitHub
commit c87af5cb40
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) {