diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-18 15:52:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-18 15:52:54 +0200 |
commit | 2e0fdd27e05189adc4085f9922e534ad8f147ce8 (patch) | |
tree | 64e8fe954728198bcd11e1271b45965f8643dbbd /client/src/app/shared/user-subscription | |
parent | 46aaefa9b828e8b6caf45f216aa24221725956bf (diff) | |
download | PeerTube-2e0fdd27e05189adc4085f9922e534ad8f147ce8.tar.gz PeerTube-2e0fdd27e05189adc4085f9922e534ad8f147ce8.tar.zst PeerTube-2e0fdd27e05189adc4085f9922e534ad8f147ce8.zip |
Add missing translation tags
Diffstat (limited to 'client/src/app/shared/user-subscription')
-rw-r--r-- | client/src/app/shared/user-subscription/subscribe-button.component.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index d32647b42..c4dec239f 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html | |||
@@ -2,8 +2,8 @@ | |||
2 | [ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}"> | 2 | [ngClass]="{'subscribe-button': subscribed !== true, 'unsubscribe-button': subscribed === true}"> |
3 | <button *ngIf="subscribed === false && isUserLoggedIn()" type="button" | 3 | <button *ngIf="subscribed === false && isUserLoggedIn()" type="button" |
4 | class="btn btn-sm" role="button" | 4 | class="btn btn-sm" role="button" |
5 | (click)="subscribe()" i18n> | 5 | (click)="subscribe()"> |
6 | <span> | 6 | <span i18n> |
7 | Subscribe | 7 | Subscribe |
8 | </span> | 8 | </span> |
9 | <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count"> | 9 | <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count"> |
@@ -23,7 +23,7 @@ | |||
23 | placement="bottom-right" role="group" | 23 | placement="bottom-right" role="group" |
24 | aria-label="Multiple ways to subscribe to the current channel"> | 24 | aria-label="Multiple ways to subscribe to the current channel"> |
25 | <button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle> | 25 | <button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle> |
26 | <span *ngIf="!isUserLoggedIn()"> | 26 | <span *ngIf="!isUserLoggedIn()" i18n> |
27 | Subscribe | 27 | Subscribe |
28 | </span> | 28 | </span> |
29 | <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count"> | 29 | <span *ngIf="displayFollowers && videoChannel.followersCount !== 0" class="followers-count"> |