diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-08 10:20:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-08 10:20:52 +0200 |
commit | 2f6a237f307e6df166def6685741126e35903a35 (patch) | |
tree | 78b373b5165282cce0c807552271028580d63c1b /client | |
parent | 765b15024563d30dcb2b4d00c2874dd24ce5a1bd (diff) | |
download | PeerTube-2f6a237f307e6df166def6685741126e35903a35.tar.gz PeerTube-2f6a237f307e6df166def6685741126e35903a35.tar.zst PeerTube-2f6a237f307e6df166def6685741126e35903a35.zip |
ACCOUNT instead of PEERTUBE ACCOUNT
Since we can also have mastodon/pleroma etc accounts
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+accounts/accounts.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 350c77f1e..cb3e79a18 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html | |||
@@ -5,7 +5,7 @@ | |||
5 | <my-actor-avatar class="main-avatar" [account]="account"></my-actor-avatar> | 5 | <my-actor-avatar class="main-avatar" [account]="account"></my-actor-avatar> |
6 | 6 | ||
7 | <div> | 7 | <div> |
8 | <div class="section-label" i18n>PEERTUBE ACCOUNT</div> | 8 | <div class="section-label" i18n>ACCOUNT</div> |
9 | 9 | ||
10 | <div class="actor-info"> | 10 | <div class="actor-info"> |
11 | <div> | 11 | <div> |