Skip to content

Commit

Permalink
update error message related with the supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Nov 8, 2024
1 parent 66f42f6 commit d26f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qgis_geonode/gui/connection_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d26f99e

Please sign in to comment.