diff options
Diffstat (limited to 'client/src/app/videos/video-watch')
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.html | 7 | ||||
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.scss | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.html b/client/src/app/videos/video-watch/video-watch.component.html index 897561c14..a6ec7b20f 100644 --- a/client/src/app/videos/video-watch/video-watch.component.html +++ b/client/src/app/videos/video-watch/video-watch.component.html | |||
@@ -121,6 +121,13 @@ | |||
121 | </div> | 121 | </div> |
122 | </div> | 122 | </div> |
123 | 123 | ||
124 | <div id="video-language" class="row"> | ||
125 | <div class="col-md-12"> | ||
126 | <span id="language-label">Language:</span> | ||
127 | {{ video.languageLabel }} | ||
128 | </div> | ||
129 | </div> | ||
130 | |||
124 | <div id="video-description" class="row"> | 131 | <div id="video-description" class="row"> |
125 | <div class="col-md-12"> | 132 | <div class="col-md-12"> |
126 | <div id="description-label">Description</div> | 133 | <div id="description-label">Description</div> |
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 bf989e78b..92192221f 100644 --- a/client/src/app/videos/video-watch/video-watch.component.scss +++ b/client/src/app/videos/video-watch/video-watch.component.scss | |||
@@ -119,7 +119,7 @@ | |||
119 | } | 119 | } |
120 | } | 120 | } |
121 | 121 | ||
122 | #video-licence #licence-label { | 122 | #video-licence #licence-label, #video-language #language-label { |
123 | font-weight: bold; | 123 | font-weight: bold; |
124 | } | 124 | } |
125 | 125 | ||