diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+signup/+register/register-step-channel.component.html | 2 | ||||
-rw-r--r-- | client/src/app/shared/user-subscription/subscribe-button.component.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+signup/+register/register-step-channel.component.html b/client/src/app/+signup/+register/register-step-channel.component.html index 253374f87..88ff6e3ff 100644 --- a/client/src/app/+signup/+register/register-step-channel.component.html +++ b/client/src/app/+signup/+register/register-step-channel.component.html | |||
@@ -6,7 +6,7 @@ | |||
6 | 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. | 6 | 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. |
7 | </p> | 7 | </p> |
8 | 8 | ||
9 | <p> | 9 | <p i18n> |
10 | Other users can decide to subscribe any channel they want, to be notified when you publish a new video. | 10 | Other users can decide to subscribe any channel they want, to be notified when you publish a new video. |
11 | </p> | 11 | </p> |
12 | </div> | 12 | </div> |
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"> |