summaryrefslogtreecommitdiff
path: root/ishtar_common/forms_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/forms_common.py')
-rw-r--r--ishtar_common/forms_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py
index 7f37e86ce..e2597175b 100644
--- a/ishtar_common/forms_common.py
+++ b/ishtar_common/forms_common.py
@@ -1986,7 +1986,7 @@ class DocumentForm(forms.ModelForm, CustomForm, ManageOldType):
required=False,
)
licenses = widgets.Select2MultipleField(
- label=_("Licenses"), required=False, model=models.LicenseType
+ label=_("Rights of use / licenses"), required=False, model=models.LicenseType
)
tags = widgets.Select2MultipleField(
label=_("Tags"),
@@ -2367,7 +2367,7 @@ class DocumentSelect(HistorySelect):
language = forms.ChoiceField(label=_("Language"), choices=[])
isbn = forms.CharField(label=_("ISBN"))
issn = forms.CharField(label=_("ISSN"))
- licenses = forms.ChoiceField(label=_("License"), choices=[])
+ licenses = forms.ChoiceField(label=_("Rights of use / licenses"), choices=[])
comment = forms.CharField(label=_("Comment"))
additional_information = forms.CharField(label=_("Additional informations"))