diff --git a/interface/resources/qml/ConnectionFailureDialog.qml b/interface/resources/qml/ConnectionFailureDialog.qml index 0d5bdfd38d..9e9a59a14a 100644 --- a/interface/resources/qml/ConnectionFailureDialog.qml +++ b/interface/resources/qml/ConnectionFailureDialog.qml @@ -7,7 +7,7 @@ MessageDialog { objectName: "ConnectionFailureDialog" title: "No Connection" - text: "Unable to connect to this domain. Click the 'GO TO' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." buttons: OriginalDialogs.StandardButton.Ok icon: OriginalDialogs.StandardIcon.Warning defaultButton: OriginalDialogs.StandardButton.NoButton; diff --git a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml index 544824135e..125a3697ea 100644 --- a/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml +++ b/interface/resources/qml/dialogs/TabletConnectionFailureDialog.qml @@ -19,7 +19,7 @@ Item { buttons: OriginalDialogs.StandardButton.Ok, defaultButton: OriginalDialogs.StandardButton.NoButton, title: "No Connection", - text: "Unable to connect to this domain. Click the 'GO TO' button on the toolbar to visit another domain." + text: "Unable to connect to this domain. Click the 'Explore' button on the toolbar to visit another domain." }); object.selected.connect(function(button) { if (button === OriginalDialogs.StandardButton.Ok) {