diff --git a/invenio_app_rdm/records_ui/views/deposits.py b/invenio_app_rdm/records_ui/views/deposits.py index da66d03293..530cbeb9e2 100644 --- a/invenio_app_rdm/records_ui/views/deposits.py +++ b/invenio_app_rdm/records_ui/views/deposits.py @@ -61,8 +61,8 @@ def get_form_pids_config(): ), "managed_help_text": _( "Reserve a {scheme_label} by pressing the button (e.g to " - "include it in publications). The {scheme_label} is registered" - " when your upload is published." + "include it in a publication draft). The {scheme_label} is " + "registered when your upload is published." ).format(scheme_label=scheme_label), "unmanaged_help_text": _( "A {scheme_label} allows your upload to be easily and "