Replace reference to EXPLORE app

Replace reference to EXPLORE app for "PLACES" app in Connection error message.
This commit is contained in:
Alezia Kurdis 2023-07-10 21:46:47 -04:00 committed by GitHub
parent 9d999c56ff
commit 9aaa05da79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;