diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+about/about-follows/about-follows.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index c2228b955..2cf890acf 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html | |||
@@ -13,7 +13,7 @@ | |||
13 | </div> | 13 | </div> |
14 | 14 | ||
15 | <div class="col-xl-6 col-md-12"> | 15 | <div class="col-xl-6 col-md-12"> |
16 | <h2 i18n class="subtitle">Followings instances ({{ followingsPagination.totalItems }})</h2> | 16 | <h2 i18n class="subtitle">Following instances ({{ followingsPagination.totalItems }})</h2> |
17 | 17 | ||
18 | <div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance is not following any other.</div> | 18 | <div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance is not following any other.</div> |
19 | 19 | ||