From 65915d98935bcd371a4bc1e1ef51e327dba8b260 Mon Sep 17 00:00:00 2001 From: Catalin Date: Wed, 30 Oct 2024 17:09:08 +0200 Subject: [PATCH] HDX-10238 update signup modal title --- .../helpers/ui_constants/notification_platform/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/helpers/ui_constants/notification_platform/__init__.py b/ckanext-hdx_theme/ckanext/hdx_theme/helpers/ui_constants/notification_platform/__init__.py index 26e1d38131..06b8966761 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/helpers/ui_constants/notification_platform/__init__.py +++ b/ckanext-hdx_theme/ckanext/hdx_theme/helpers/ui_constants/notification_platform/__init__.py @@ -1,7 +1,7 @@ CONSTANTS = { 'OPT_IN_TEXT': '''Sign up to receive email notifications when this dataset is updated''', - 'SIGNUP_MODAL_TITLE': '''Do you want to receive email notifications when this dataset is updated?''', + 'SIGNUP_MODAL_TITLE': '''Sign up for email notifications on this dataset''', 'SIGNUP_MODAL_INTRO_TEXT': '''Would you like to receive email notifications when resources (files) in this dataset are added, changed or deleted on HDX? If so, please enter your email address below:''', 'SIGNUP_MODAL_UPDATE_FREQUENCY_TEXT': '''This dataset updates approximately: {0}''',