aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-03-19 10:29:43 +0100
committerChocobozzz <me@florianbigard.com>2020-03-19 10:29:43 +0100
commit34450e1e559d8a6e747dc98d9a203d42db6504ec (patch)
treeee0c5bd251209b1930717243c0c88278b9574974 /client/src/app/+accounts
parenteb11373f9373bdeca5a1e7868f868d9ec3b2c7b6 (diff)
downloadPeerTube-34450e1e559d8a6e747dc98d9a203d42db6504ec.tar.gz
PeerTube-34450e1e559d8a6e747dc98d9a203d42db6504ec.tar.zst
PeerTube-34450e1e559d8a6e747dc98d9a203d42db6504ec.zip
Update manage labels
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r--client/src/app/+accounts/accounts.component.html2
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 8498fb16f..af80337ce 100644
--- a/client/src/app/+accounts/accounts.component.html
+++ b/client/src/app/+accounts/accounts.component.html
@@ -32,7 +32,7 @@
32 </div> 32 </div>
33 33
34 <div class="right-buttons"> 34 <div class="right-buttons">
35 <a *ngIf="isAccountManageable && !isInSmallView" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage</a> 35 <a *ngIf="isAccountManageable && !isInSmallView" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage account</a>
36 <my-subscribe-button *ngIf="videoChannels" [account]="account" [videoChannels]="videoChannels"></my-subscribe-button> 36 <my-subscribe-button *ngIf="videoChannels" [account]="account" [videoChannels]="videoChannels"></my-subscribe-button>
37 </div> 37 </div>
38 </div> 38 </div>