Fix reader page string (#2209)
This commit is contained in:
parent
5a30772b61
commit
a9b89ee9ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<ng-container *ngIf="layoutMode !== BookPageLayoutMode.Default">
|
||||
<div class="virt-pagination-cont">
|
||||
<div class="g-0 text-center">
|
||||
{{t('page')}}
|
||||
{{t('page-label')}}
|
||||
</div>
|
||||
<div class="d-flex align-items-center justify-content-between text-center row g-0" *ngIf="getVirtualPage() as vp" >
|
||||
<button class="btn btn-small btn-icon col-1" (click)="prevPage()" [title]="t('prev-page')">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue