aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-followers.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/my-follows/my-followers.component.html')
-rw-r--r--client/src/app/+my-library/my-follows/my-followers.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-follows/my-followers.component.html b/client/src/app/+my-library/my-follows/my-followers.component.html
index d2b2dccb6..eac750c86 100644
--- a/client/src/app/+my-library/my-follows/my-followers.component.html
+++ b/client/src/app/+my-library/my-follows/my-followers.component.html
@@ -7,7 +7,7 @@
7</h1> 7</h1>
8 8
9<div class="followers-header"> 9<div class="followers-header">
10 <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> 10 <my-advanced-input-filter [filters]="inputFilters" (search)="onSearch($event)"></my-advanced-input-filter>
11</div> 11</div>
12 12
13<div class="no-results" i18n *ngIf="pagination.totalItems === 0">No follower found.</div> 13<div class="no-results" i18n *ngIf="pagination.totalItems === 0">No follower found.</div>