From 9aaa05da798e6c92e60c592a977d269124ca6d20 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:46:47 -0400 Subject: [PATCH] Replace reference to EXPLORE app Replace reference to EXPLORE app for "PLACES" app in Connection error message. --- interface/resources/qml/ConnectionFailureDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/ConnectionFailureDialog.qml b/interface/resources/qml/ConnectionFailureDialog.qml index ab1e7a096c..cb6c9db457 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 '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;