From 722032080afa02673d16a0474328c32989932f43 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 16 Nov 2016 11:03:15 -0800 Subject: [PATCH] Make clear popup is from the Sandbox --- server-console/src/content-update.html | 2 +- server-console/src/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server-console/src/content-update.html b/server-console/src/content-update.html index 279b72fbc0..9298cd53e6 100644 --- a/server-console/src/content-update.html +++ b/server-console/src/content-update.html @@ -1,7 +1,7 @@ - Server Backup + High Fidelity Sandbox diff --git a/server-console/src/main.js b/server-console/src/main.js index be5a5cc107..c99e39faf8 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -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) {