diff --git a/src/qgis_geonode/gui/connection_dialog.py b/src/qgis_geonode/gui/connection_dialog.py index 060bfda..b233d89 100644 --- a/src/qgis_geonode/gui/connection_dialog.py +++ b/src/qgis_geonode/gui/connection_dialog.py @@ -173,7 +173,7 @@ def handle_discovery_test(self, task_result: bool): ) if geonode_version is not None: if geonode_version.major < 4 or geonode_version.major >= 5: - message = "This GeoNode version is not supported by this version of the plugin" + message = "This GeoNode version is not supported..." level = qgis.core.Qgis.Critical self.remote_geonode_version = network.UNSUPPORTED_REMOTE else: