]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update manage labels
authorChocobozzz <me@florianbigard.com>
Thu, 19 Mar 2020 09:29:43 +0000 (10:29 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 19 Mar 2020 09:29:43 +0000 (10:29 +0100)
client/src/app/+accounts/accounts.component.html
client/src/app/+video-channels/video-channels.component.html

index 8498fb16ffa5bf0e4e64744570a4034507055632..af80337ce84dc780e7ce979e35f9e0f7a7b414bf 100644 (file)
@@ -32,7 +32,7 @@
       </div>
 
       <div class="right-buttons">
-        <a *ngIf="isAccountManageable && !isInSmallView" 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>
index d210e2a4b21ac3643763d3d6b40c632d270ec556..43b5cd92e8a83947933e816f931ec78423ca02ff 100644 (file)
         </div>
 
         <div class="right-buttons">
-          <a *ngIf="isChannelManageable && !isInSmallView" [routerLink]="[ '/my-account/video-channels/update', videoChannel.nameWithHost ]" class="btn btn-outline-tertiary mr-2" i18n>Manage</a>
+          <a *ngIf="isChannelManageable && !isInSmallView" [routerLink]="[ '/my-account/video-channels/update', videoChannel.nameWithHost ]" class="btn btn-outline-tertiary mr-2" i18n>
+            Manage channel
+          </a>
           <my-subscribe-button #subscribeButton [videoChannels]="[videoChannel]"></my-subscribe-button>
         </div>
 
         <div class="actor-lower">
           <div class="actor-followers" i18n>{videoChannel.followersCount, plural, =1 {1 subscriber} other {{{ videoChannel.followersCount }} subscribers}}</div>
-  
+
           <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Go the owner account page" class="actor-owner">
             <span class="d-inline-flex"><span i18n class="d-none d-sm-block mr-1">Created by</span>{{ videoChannel.ownerBy }}</span>
             <img [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" />