diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index c7eb58e85..84377866a 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -3392,7 +3392,7 @@
No comments.
- Без коментарів.
+ Немає коментарів.
src/app/+videos/+video-watch/shared/comment/video-comments.component.html29
@@ -4079,7 +4079,7 @@
No comments found.
- Немає коментарів.
+ Коментарів не знайдено.
src/app/+admin/overview/comments/video-comment-list.component.html107
@@ -5118,7 +5118,7 @@
{VAR_PLURAL, plural, =1 {Comment} other {Comments} }
- {VAR_PLURAL, plural, =1 {коментар} few {коментарі} many {коментарів} other {коментарів} }
+ {VAR_PLURAL, plural, =0 {Коментарів немає} =1 {коментар} few {коментарі} many {коментарів} other {коментар} }
src/app/+admin/overview/users/user-edit/user-edit.component.html54
src/app/+admin/overview/users/user-edit/user-edit.component.html54
@@ -12037,7 +12037,7 @@
Search videos, playlists, channels…
- Шукати відео, добірки, канали…
+ Пошук відео, добірок, каналів…
src/app/header/search-typeahead.component.html
3
@@ -12424,7 +12424,7 @@
{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Comments}}
- {VAR_PLURAL, plural, =0 {коментарів} =1 {1 коментар} few { коментарі} many { коментарів} other { коментар}}
+ {VAR_PLURAL, plural, =0 {Коментарів немає} =1 {1 коментар} few { коментарі} many { коментарів} other { коментар}}
src/app/+videos/+video-watch/shared/comment/video-comments.component.html4