aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts
index 8e6d62a09..fde32dc74 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -189,7 +189,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
189 getRatePopoverText () { 189 getRatePopoverText () {
190 if (this.isUserLoggedIn()) return undefined 190 if (this.isUserLoggedIn()) return undefined
191 191
192 return $localize`You need to be connected to rate this content.` 192 return $localize`You need to be <a href="/login">logged in</a> to rate this video.`
193 } 193 }
194 194
195 showMoreDescription () { 195 showMoreDescription () {