Skip to content

Commit

Permalink
global: Fixes wording of help-text.
Browse files Browse the repository at this point in the history
Refs: inveniosoftware#1707

Co-authored: @lnielsen
  • Loading branch information
chriz-uniba committed Aug 4, 2022
1 parent 9d6dcef commit adb5252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invenio_app_rdm/records_ui/views/deposits.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit adb5252

Please sign in to comment.