From 0e949945ef8d676e9d56608c31acd50bea6aa9ed Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Tue, 7 Jan 2025 12:21:42 +0100 Subject: [PATCH] contrib: specify proceedings in imprint title label --- invenio_rdm_records/contrib/imprint/custom_fields.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/invenio_rdm_records/contrib/imprint/custom_fields.py b/invenio_rdm_records/contrib/imprint/custom_fields.py index 83b48fc6f..9de254c7e 100644 --- a/invenio_rdm_records/contrib/imprint/custom_fields.py +++ b/invenio_rdm_records/contrib/imprint/custom_fields.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2025 CERN. # # Invenio-RDM-Records is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. @@ -73,7 +73,9 @@ def mapping(self): "ui_widget": "Imprint", "template": "imprint.html", "props": { - "label": _("Imprint (Book, Chapter, or Report)"), + "label": _( + "Imprint (Book, Chapter, Report, or Conference proceedings)" + ), "place": { "label": _("Place"), "placeholder": _("e.g. city, country"), @@ -85,10 +87,10 @@ def mapping(self): "description": _("International Standard Book Number"), }, "title": { - "label": _("Book or report title"), + "label": _("Book, report title, or proceedings"), "placeholder": "", "description": _( - "Title of the book or report which this upload is part of" + "Title of the book, report, or proceedings which this upload is part of" ), }, "pages": {