aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-follows
diff options
context:
space:
mode:
authorMarcin Mikołajczak <me@mkljczk.pl>2021-01-16 14:47:17 +0100
committerGitHub <noreply@github.com>2021-01-16 14:47:17 +0100
commit1fa8740534d0262f8b02950c6cde6a4b577e29d8 (patch)
tree4ee70233b589a6d49e4e41175c8fdb95d2755e6a /client/src/app/+about/about-follows
parent454c20fa7cdb05eba7f1be3c83389b54807af0b3 (diff)
downloadPeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.tar.gz
PeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.tar.zst
PeerTube-1fa8740534d0262f8b02950c6cde6a4b577e29d8.zip
ui: rename inbound relationship to Follows (#3594)
Diffstat (limited to 'client/src/app/+about/about-follows')
-rw-r--r--client/src/app/+about/about-follows/about-follows.component.html2
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