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>
[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">
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">