mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
Make clear popup is from the Sandbox
This commit is contained in:
parent
01b2a893be
commit
722032080a
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue