aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
diff options
context:
space:
mode:
authorFilip Bengtsson <me@autom.zone>2020-02-21 18:51:05 +0100
committerGitHub <noreply@github.com>2020-02-21 18:51:05 +0100
commit97eae8382eed6267f8f1e04e5aa47b314111c06c (patch)
treed9321d0258c7f2ce5554c50f12339e546710c990 /client/src/app/+my-account
parent14571f1995e3a1868a3280b7aad5005cff051c7d (diff)
downloadPeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.gz
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.zst
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.zip
Mark additional strings as translatable (#2507)
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r--client/src/app/+my-account/my-account-history/my-account-history.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html
index 4c361cec3..56d63f299 100644
--- a/client/src/app/+my-account/my-account-history/my-account-history.component.html
+++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html
@@ -11,7 +11,7 @@
11</div> 11</div>
12 12
13 13
14<div class="no-history" i18n *ngIf="pagination.totalItems === 0">You don't have videos history yet.</div> 14<div class="no-history" i18n *ngIf="pagination.totalItems === 0">You don't have any video history yet.</div>
15 15
16<div myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [autoInit]="true" [dataObservable]="onDataSubject.asObservable()" class="videos"> 16<div myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [autoInit]="true" [dataObservable]="onDataSubject.asObservable()" class="videos">
17 <div class="video" *ngFor="let video of videos"> 17 <div class="video" *ngFor="let video of videos">