From 07ef5b08a6008c52e8ad5e0fa86ff4e325fc35fa Mon Sep 17 00:00:00 2001 From: "Zeller, Christina" Date: Mon, 1 Aug 2022 11:15:22 +0200 Subject: [PATCH] global: Fixes wording of help-text. Refs: https://github.com/inveniosoftware/invenio-app-rdm/issues/1707 Co-authored: @lnielsen --- invenio_app_rdm/records_ui/views/deposits.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "