Skip to content

Commit 123461c

Browse files
authored
ui(translations): mark string as translatable
* ui(translations): mark string as translatable * ui(translations): mark additional string as translatable
1 parent 0849e85 commit 123461c

File tree

1 file changed

+2
-2
lines changed
  • invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar

1 file changed

+2
-2
lines changed

invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/details/side_bar/licenses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)