aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/following-list/following-list.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/follows/following-list/following-list.component.html')
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html
index ed521d650..a8fbf65d4 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.html
+++ b/client/src/app/+admin/follows/following-list/following-list.component.html
@@ -58,7 +58,7 @@
58 <ng-template pTemplate="emptymessage"> 58 <ng-template pTemplate="emptymessage">
59 <tr> 59 <tr>
60 <td colspan="6"> 60 <td colspan="6">
61 <div class="empty-table-message"> 61 <div class="no-results">
62 <ng-container *ngIf="search" i18n>No host found matching current filters.</ng-container> 62 <ng-container *ngIf="search" i18n>No host found matching current filters.</ng-container>
63 <ng-container *ngIf="!search" i18n>Your instance is not following anyone.</ng-container> 63 <ng-container *ngIf="!search" i18n>Your instance is not following anyone.</ng-container>
64 </div> 64 </div>