From 8fd000e70566b7b1e76ddf520b474d45eb52f50d Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:50:03 -0400 Subject: [PATCH] Replace reference to EXPLORE app Replace reference to EXPLORE app to PLACES app in Connection error message. --- .../resources/qml/dialogs/TabletConnectionFailureDialog.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml index 17292d2923..3b3f7fb2d7 100644 --- a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml +++ b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml @@ -3,6 +3,7 @@ // // Created by Vlad Stelmahovsky on 29 Mar 2017 // Copyright 2017 High Fidelity, Inc. +// Copyright 2023, Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -19,7 +20,7 @@ Item { buttons: OriginalDialogs.StandardButton.Ok, defaultButton: OriginalDialogs.StandardButton.NoButton, title: "No Connection", - text: "Unable to connect to this domain. Click the 'EXPLORE' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'PLACES' button on the toolbar to visit another domain." }); object.selected.connect(function(button) { if (button === OriginalDialogs.StandardButton.Ok) {