diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-28 09:54:57 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-28 09:54:57 +0200 |
commit | 718fc079530b82705dafb60d62f49cf62840a1a2 (patch) | |
tree | e88681bba62e80b515eafca3a7768cedb911af10 /client/src | |
parent | 2b32c5b37e0b10261a108cc7c23b72d64f806576 (diff) | |
download | PeerTube-718fc079530b82705dafb60d62f49cf62840a1a2.tar.gz PeerTube-718fc079530b82705dafb60d62f49cf62840a1a2.tar.zst PeerTube-718fc079530b82705dafb60d62f49cf62840a1a2.zip |
Reword instance following title
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/follows/following-list/following-list.component.html | 2 |
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 eb4f84d11..f7abb7ede 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 | |||
@@ -1,6 +1,6 @@ | |||
1 | <h1> | 1 | <h1> |
2 | <my-global-icon iconName="following" aria-hidden="true"></my-global-icon> | 2 | <my-global-icon iconName="following" aria-hidden="true"></my-global-icon> |
3 | <ng-container i18n>Your instance subscriptions</ng-container> | 3 | <ng-container i18n>Subscriptions of your instance</ng-container> |
4 | </h1> | 4 | </h1> |
5 | 5 | ||
6 | <p-table | 6 | <p-table |