]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing translation tags
authorChocobozzz <me@florianbigard.com>
Wed, 18 Sep 2019 13:52:33 +0000 (15:52 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 18 Sep 2019 13:52:54 +0000 (15:52 +0200)
client/src/app/+signup/+register/register-step-channel.component.html
client/src/app/shared/user-subscription/subscribe-button.component.html

index 253374f871bf71d53ae65a46f8bfb7e98dfe8bb7..88ff6e3ff14177ef6c2ce75d15c4fb0ee8dfbd68 100644 (file)
@@ -6,7 +6,7 @@
       For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
     </p>
 
-    <p>
+    <p i18n>
       Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
     </p>
   </div>
index d32647b4288292a685bfd635261062454a633b20..c4dec239f2eb946ad5db6c57766749fd58f00b32 100644 (file)
@@ -2,8 +2,8 @@
     [ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}">
   <button *ngIf="subscribed === false && isUserLoggedIn()" type="button"
           class="btn btn-sm" role="button"
-          (click)="subscribe()" i18n>
-    <span>
+          (click)="subscribe()">
+    <span i18n>
       Subscribe
     </span>
     <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">
@@ -23,7 +23,7 @@
        placement="bottom-right" role="group"
        aria-label="Multiple ways to subscribe to the current channel">
     <button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle>
-      <span *ngIf="!isUserLoggedIn()">
+      <span *ngIf="!isUserLoggedIn()" i18n>
         Subscribe
       </span>
       <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count">