From 5525d4a2495034bcf5e571425b277d82d5d555fa Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 3 Jan 2024 15:40:05 +0200 Subject: [PATCH] update: rename config option --- ckanext/tour/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/tour/plugin.py b/ckanext/tour/plugin.py index 9fbce20..79a8b79 100644 --- a/ckanext/tour/plugin.py +++ b/ckanext/tour/plugin.py @@ -39,7 +39,7 @@ def register_config_sections( info="Global configuration for a tour", ), ConfigurationItem( - name="Manage tours", + name="List of tours", blueprint="tour.list", info="Manage existing tours", ),