From b13afc7d304ec96027dfb5786320e59f86b4bc00 Mon Sep 17 00:00:00 2001 From: Karlis Cudars Date: Sat, 23 Oct 2021 20:50:28 +0300 Subject: [PATCH] no videos feed page text to translations --- src/components/FeedPage.vue | 6 +++--- src/locales/en.json | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue index 081cf5d8..7eab3008 100644 --- a/src/components/FeedPage.vue +++ b/src/components/FeedPage.vue @@ -77,10 +77,10 @@ style="text-align: center; width: 100%; margin-top: 10%;" > -

No videos in My feed yet

+

{{ $t("actions.subscribe_to_channels_title") }}

- Subscribe to channels to be
- the first to see new videos. + {{ $t("actions.subscribe_to_channels_1") }}
+ {{ $t("actions.subscribe_to_channels_2") }}

diff --git a/src/locales/en.json b/src/locales/en.json index c6fd891f..11ab9e0a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -65,7 +65,10 @@ "view_ssl_score": "View SSL Score", "search": "Search", "filter": "Filter", - "loading": "Loading..." + "loading": "Loading...", + "subscribe_to_channels_1": "Subscribe to channels to", + "subscribe_to_channels_2": "see videos in this section.", + "subscribe_to_channels_title": "No videos in My feed yet" }, "comment": { "pinned_by": "Pinned by"