mirror of https://github.com/Chocobozzz/PeerTube
Add missing translation tags
parent
46aaefa9b8
commit
2e0fdd27e0
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue