From b1d40cff89f7cff565a98cdbcea9a624196a169a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jun 2018 16:21:17 +0200 Subject: Add i18n attributes --- client/src/app/videos/video-list/video-search.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/video-list/video-search.component.ts') diff --git a/client/src/app/videos/video-list/video-search.component.ts b/client/src/app/videos/video-list/video-search.component.ts index 35566a7bd..b6434f347 100644 --- a/client/src/app/videos/video-list/video-search.component.ts +++ b/client/src/app/videos/video-list/video-search.component.ts @@ -31,9 +31,9 @@ export class VideoSearchComponent extends AbstractVideoList implements OnInit, O protected notificationsService: NotificationsService, protected authService: AuthService, protected location: Location, + protected i18n: I18n, private videoService: VideoService, - private redirectService: RedirectService, - private i18n: I18n + private redirectService: RedirectService ) { super() -- cgit v1.2.3