added nbsp to right of {{totalAria2Downloads()}} inside em tag to make a better space between next word
This commit is contained in:
parent
f2627b1476
commit
3686c8cade
|
@ -382,7 +382,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<p>
|
||||
{{ 'Displaying' | translate }} <strong>{{totalDownloads}}</strong> {{ 'of' | translate }} <em>{{totalAria2Downloads()}}</em> {{ 'downloads' | translate }}
|
||||
{{ 'Displaying' | translate }} <strong>{{totalDownloads}}</strong> {{ 'of' | translate }} <em>{{totalAria2Downloads()}} </em> {{ 'downloads' | translate }}
|
||||
</p>
|
||||
<p>
|
||||
<button ng-click="toggleStateFilters()" class="btn btn-default btn-xs">{{ 'Toggle' | translate }}</button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user