Skip to content

Commit

Permalink
global: Fixes strings marked for translation.
Browse files Browse the repository at this point in the history
* Adds dots at the end of sentences.
* Refs  inveniosoftware/invenio-app-rdm#1707
  • Loading branch information
chriz-uniba committed Jun 9, 2022
1 parent 9928281 commit c67a4e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion invenio_previewer/templates/invenio_previewer/zip.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="panel-heading panel-heading-alert">
<div class="panel-title">
<i class="fa fa-fw fa-exclamation"></i>
{{ _('The previewer is not showing all the files') }}
{{ _('The previewer is not showing all the files.') }}
</div>
</div>
{%- endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{%- if limit_reached %}
<div class="ui attached negative message">
<i class="exclamation icon"></i>
{{ _('The previewer is not showing all the files') }}
{{ _('The previewer is not showing all the files.') }}
</div>
{%- endif %}
<div class="ui basic segment">
Expand Down Expand Up @@ -55,7 +55,7 @@
{%- endif %}
</li>
{%- endfor %}
</ul>
</ul>
</div>
{%- endif %}
{%- endblock %}

0 comments on commit c67a4e1

Please sign in to comment.