File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h2 class="ui medium top attached header mt-0">{{ _('Rights') }}</h2>
2727 < div id ="licenses " class ="ui segment bottom attached rdm-sidebar ">
2828 < dl class ="details-list ">
2929 {% if rights %}
30- < dt class ="ui tiny header "> License</ dt >
30+ < dt class ="ui tiny header "> {{ _(" License") }} </ dt >
3131 {%- for license in rights -%}
3232 < dd id ="license-{{ license.id }}-{{ loop.index }} " class ="has-popup ">
3333 < div id ="title-{{ license.id }}-{{ loop.index }} "
@@ -67,7 +67,7 @@ <h2 class="ui medium top attached header mt-0">{{ _('Rights') }}</h2>
6767 {% endfor %}
6868 {% endif %}
6969 {% if copyrights %}
70- < dt class ="ui tiny header "> Copyright</ dt >
70+ < dt class ="ui tiny header "> {{ _(" Copyright") }} </ dt >
7171 < dd id ="copyrights ">
7272 {{ copyrights }}
7373 </ dd >
You can’t perform that action at this time.
0 commit comments