]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.html
Fix typo in db field check
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.html
index 6a76393b91b9c72aca28ddecca3e5ce24fdb08c0..af80337ce84dc780e7ce979e35f9e0f7a7b414bf 100644 (file)
@@ -32,7 +32,7 @@
       </div>
 
       <div class="right-buttons">
-        <a *ngIf="isAccountManageable" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage</a>
+        <a *ngIf="isAccountManageable && !isInSmallView" routerLink="/my-account" class="btn btn-outline-tertiary mr-2" i18n>Manage account</a>
         <my-subscribe-button *ngIf="videoChannels" [account]="account" [videoChannels]="videoChannels"></my-subscribe-button>
       </div>
     </div>