From ead25f7b0a2eb4267faa0803bcf9b22d0f101d6a 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invenio_app_rdm/records_ui/views/deposits.py b/invenio_app_rdm/records_ui/views/deposits.py index da66d0329..a62feced2 100644 --- a/invenio_app_rdm/records_ui/views/deposits.py +++ b/invenio_app_rdm/records_ui/views/deposits.py @@ -60,9 +60,9 @@ def get_form_pids_config(): scheme_label=scheme_label ), "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." + "Reserve a {scheme_label} by pressing the button " + "(so it can be included in files prior to upload). " + "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 "