diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-05 16:52:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-05 16:52:25 +0200 |
commit | 8c40b7dc28fcbfee63573ea666ea1a389f6a2d82 (patch) | |
tree | 3890bf6aeeb7e57116b5b845dd4aedd2761f42c5 /client/src/app | |
parent | 0975cd5cf260bd06c797ac7582675ac624a47ebc (diff) | |
download | PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.gz PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.tar.zst PeerTube-8c40b7dc28fcbfee63573ea666ea1a389f6a2d82.zip |
Add missing translations
Diffstat (limited to 'client/src/app')
5 files changed, 9 insertions, 6 deletions
diff --git a/client/src/app/+admin/users/shared/user.service.ts b/client/src/app/+admin/users/shared/user.service.ts index d8b00b862..cd810d216 100644 --- a/client/src/app/+admin/users/shared/user.service.ts +++ b/client/src/app/+admin/users/shared/user.service.ts | |||
@@ -62,7 +62,7 @@ export class UserService { | |||
62 | private formatUser (user: User) { | 62 | private formatUser (user: User) { |
63 | let videoQuota | 63 | let videoQuota |
64 | if (user.videoQuota === -1) { | 64 | if (user.videoQuota === -1) { |
65 | videoQuota = 'Unlimited' | 65 | videoQuota = this.i18n('Unlimited') |
66 | } else { | 66 | } else { |
67 | videoQuota = this.bytesPipe.transform(user.videoQuota) | 67 | videoQuota = this.bytesPipe.transform(user.videoQuota) |
68 | } | 68 | } |
diff --git a/client/src/app/videos/+video-edit/shared/video-image.component.scss b/client/src/app/videos/+video-edit/shared/video-image.component.scss index 98313536e..d4901e7ab 100644 --- a/client/src/app/videos/+video-edit/shared/video-image.component.scss +++ b/client/src/app/videos/+video-edit/shared/video-image.component.scss | |||
@@ -7,7 +7,9 @@ | |||
7 | align-items: center; | 7 | align-items: center; |
8 | 8 | ||
9 | .button-file { | 9 | .button-file { |
10 | @include peertube-button-file(190px); | 10 | @include peertube-button-file(auto); |
11 | |||
12 | min-width: 190px; | ||
11 | } | 13 | } |
12 | 14 | ||
13 | .image-constraints { | 15 | .image-constraints { |
diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss index 0c74552d3..de7dec65d 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss | |||
@@ -34,8 +34,9 @@ | |||
34 | } | 34 | } |
35 | 35 | ||
36 | .button-file { | 36 | .button-file { |
37 | @include peertube-button-file(190px); | 37 | @include peertube-button-file(auto); |
38 | 38 | ||
39 | min-width: 190px; | ||
39 | margin-bottom: 45px; | 40 | margin-bottom: 45px; |
40 | } | 41 | } |
41 | } | 42 | } |
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.html b/client/src/app/videos/+video-watch/comment/video-comments.component.html index ac7c03648..6dc454d00 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.html +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.html | |||
@@ -1,6 +1,6 @@ | |||
1 | <div> | 1 | <div> |
2 | <div class="title-block"> | 2 | <div class="title-block"> |
3 | <div class="title-page title-page-single"> | 3 | <div i18n class="title-page title-page-single"> |
4 | Comments | 4 | Comments |
5 | </div> | 5 | </div> |
6 | <my-help | 6 | <my-help |
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 990f86cc5..d765f23ef 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -158,8 +158,8 @@ | |||
158 | } | 158 | } |
159 | } | 159 | } |
160 | 160 | ||
161 | &.action-button-share { | 161 | .icon-text { |
162 | width: 82px; | 162 | margin-left: 3px; |
163 | } | 163 | } |
164 | 164 | ||
165 | &.action-button-like.activated { | 165 | &.action-button-like.activated { |