]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/comments/video-comment-list.component.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / comments / video-comment-list.component.ts
index f1b27d846d70ce8e38ec7567d81bc7efe73eee0c..f01a1629b6c92fb48bf64353a4c63dbd63ddefbc 100644 (file)
@@ -147,7 +147,7 @@ export class VideoCommentListComponent extends RestTable implements OnInit {
       .subscribe({
         next: () => {
           this.notifier.success(
-            prepareIcu($localize`{count, plural, =1 {1 comment} other {{count} comments}} deleted.`)(
+            prepareIcu($localize`{count, plural, =1 {1 comment deleted.} other {{count} comments deleted.}}`)(
               { count: commentArgs.length },
               $localize`${commentArgs.length} comment(s) deleted.`
             )