diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/user-subscription/subscribe-button.component.ts | 4 | ||||
-rw-r--r-- | client/src/app/shared/video/modals/video-download.component.html | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.ts b/client/src/app/shared/user-subscription/subscribe-button.component.ts index 7180400b5..0407856cb 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.ts +++ b/client/src/app/shared/user-subscription/subscribe-button.component.ts | |||
@@ -70,9 +70,7 @@ export class SubscribeButtonComponent implements OnInit { | |||
70 | this.subscribed = true | 70 | this.subscribed = true |
71 | 71 | ||
72 | this.notifier.success( | 72 | this.notifier.success( |
73 | this.i18n( | 73 | this.i18n('Subscribed to {{nameWithHost}}. You will be notified of all their new videos.', |
74 | 'Subscribed to {{nameWithHost}}. ' + | ||
75 | 'You will be notified of all their new videos.', | ||
76 | { nameWithHost: this.videoChannel.displayName } | 74 | { nameWithHost: this.videoChannel.displayName } |
77 | ), | 75 | ), |
78 | this.i18n('Subscribed') | 76 | this.i18n('Subscribed') |
diff --git a/client/src/app/shared/video/modals/video-download.component.html b/client/src/app/shared/video/modals/video-download.component.html index ed61198c4..8cca985b1 100644 --- a/client/src/app/shared/video/modals/video-download.component.html +++ b/client/src/app/shared/video/modals/video-download.component.html | |||
@@ -1,9 +1,10 @@ | |||
1 | <ng-template #modal let-hide="close"> | 1 | <ng-template #modal let-hide="close"> |
2 | <div class="modal-header"> | 2 | <div class="modal-header"> |
3 | <h4 i18n class="modal-title">Download | 3 | <h4 class="modal-title">Download |
4 | <span *ngIf="!videoCaptions" i18n>video</span> | 4 | <span *ngIf="!videoCaptions" i18n>video</span> |
5 | |||
5 | <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block"> | 6 | <div *ngIf="videoCaptions" ngbDropdown class="d-inline-block"> |
6 | <span id="dropdownDownloadType" ngbDropdownToggle i18n> | 7 | <span id="dropdownDownloadType" ngbDropdownToggle> |
7 | {{ type }} | 8 | {{ type }} |
8 | </span> | 9 | </span> |
9 | <div ngbDropdownMenu aria-labelledby="dropdownDownloadType"> | 10 | <div ngbDropdownMenu aria-labelledby="dropdownDownloadType"> |