Skip to content

Commit

Permalink
Merge pull request #515 from AleziaKurdis/exploreAppRefReplacement
Browse files Browse the repository at this point in the history
Replace reference to "Explore" app in connection error messages
  • Loading branch information
daleglass authored Jul 15, 2023
2 parents 9d999c5 + 8fd000e commit 3164e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/resources/qml/ConnectionFailureDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MessageDialog {
objectName: "ConnectionFailureDialog"

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."
buttons: OriginalDialogs.StandardButton.Ok
icon: OriginalDialogs.StandardIcon.Warning
defaultButton: OriginalDialogs.StandardButton.NoButton;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) {
Expand Down

0 comments on commit 3164e71

Please sign in to comment.