diff --git a/invenio_config_tuw/forms.py b/invenio_config_tuw/forms.py
index 349bd40f8f0b3e5dd38fc01fadd0cba504c7c1ff..7854a15674531d7e5a8da451e6d24feaf4efebc8 100644
--- a/invenio_config_tuw/forms.py
+++ b/invenio_config_tuw/forms.py
@@ -39,7 +39,7 @@ def tuw_registration_form(*args, **kwargs):
f"Accept the <a href='{terms_of_use_url}' target='_blank'>Terms and Conditions</a> (<strong>required</strong>)" # noqa
)
curation_consent_message = Markup(
- "Allow the repository team to curate the metadata of my uploads after publication"
+ "Allow the repository team to curate the metadata of my uploads after publication to facilitate long-term preservation"
)
class UserProfileForm(Form):