diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2021-01-16 14:47:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 14:47:17 +0100 |
commit | 1fa8740534d0262f8b02950c6cde6a4b577e29d8 (patch) | |
tree | 4ee70233b589a6d49e4e41175c8fdb95d2755e6a /client/src/app | |
parent | 454c20fa7cdb05eba7f1be3c83389b54807af0b3 (diff) | |
download | PeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.tar.gz PeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.tar.zst PeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.zip |
ui: rename inbound relationship to Follows (#3594)
Diffstat (limited to 'client/src/app')
-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 | ||