diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-08 20:00:52 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-08 20:00:52 +0100 |
commit | f332ffa2a2e9bd7d223c78b6123dbba272f21e84 (patch) | |
tree | 891da70dc1f2cc7d508477364ec557110c0d1ad2 /client/src/app | |
parent | ba5b1b50a531d58cb70dc606e47648e19772cf12 (diff) | |
download | PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.gz PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.zst PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.zip |
Generate translations
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"> |