diff options
author | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:30:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-09-05 10:30:51 +0200 |
commit | 5819e694ba238b5e4ee97347c6cf5ee7a82725b5 (patch) | |
tree | 1e598209283df3cf5bec2b53a1c4e2090fc4b8e9 /client/src/app | |
parent | 6051946e444d095cbd845cae2c96e10b74405fdf (diff) | |
download | PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.tar.gz PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.tar.zst PeerTube-5819e694ba238b5e4ee97347c6cf5ee7a82725b5.zip |
Better video publishing notification
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/users/user-notifications.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/users/user-notifications.component.html b/client/src/app/shared/users/user-notifications.component.html index 0702d3b5e..a0f8e6df5 100644 --- a/client/src/app/shared/users/user-notifications.component.html +++ b/client/src/app/shared/users/user-notifications.component.html | |||
@@ -8,7 +8,7 @@ | |||
8 | <img alt="" aria-labelledby="avatar" class="avatar" [src]="notification.video.channel.avatarUrl" /> | 8 | <img alt="" aria-labelledby="avatar" class="avatar" [src]="notification.video.channel.avatarUrl" /> |
9 | 9 | ||
10 | <div class="message"> | 10 | <div class="message"> |
11 | {{ notification.video.channel.displayName }} published a <a (click)="markAsRead(notification)" [routerLink]="notification.videoUrl">new video</a> | 11 | {{ notification.video.channel.displayName }} published a new video: <a (click)="markAsRead(notification)" [routerLink]="notification.videoUrl">{{ notification.video.name }}</a> |
12 | </div> | 12 | </div> |
13 | </ng-container> | 13 | </ng-container> |
14 | 14 | ||