From 530bd14f4a7b75c9c58f77f91cb24a0846bbbbbc Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Thu, 18 Feb 2021 10:43:26 +0800 Subject: [PATCH] Add tooltip for bell icon I bypassed the lint checker so that it'll be easier to merge this change to `odysee` branch. --- static/app-strings.json | 3 +++ ui/component/subscribeButton/view.jsx | 1 + 2 files changed, 4 insertions(+) diff --git a/static/app-strings.json b/static/app-strings.json index 818906c75..d974117ec 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1222,6 +1222,7 @@ "Choose image": "Choose image", "%image_type% %recommended_ratio%": "%image_type% %recommended_ratio%", "%label% • File to upload": "%label% • File to upload", + "Video file": "Video file", "Select video file to upload": "Select video file to upload", "Uploading...": "Uploading...", "Use a URL": "Use a URL", @@ -1508,6 +1509,8 @@ "Learn more about LBRY Credits on %DOMAIN%": "Learn more about LBRY Credits on %DOMAIN%", "Results boosted by %lbc%": "Results boosted by %lbc%", "This will be visible in a few minutes.": "This will be visible in a few minutes.", + "Turn on notifications": "Turn on notifications", + "Turn off notifications": "Turn off notifications", "Notifications turned off for %channel%.": "Notifications turned off for %channel%.", "Notifications turned on for %channel%.": "Notifications turned on for %channel%.", "Notifications turned on for %channel%!": "Notifications turned on for %channel%!", diff --git a/ui/component/subscribeButton/view.jsx b/ui/component/subscribeButton/view.jsx index ea0b2caff..0bc24a580 100644 --- a/ui/component/subscribeButton/view.jsx +++ b/ui/component/subscribeButton/view.jsx @@ -84,6 +84,7 @@ export default function SubscribeButton(props: Props) {