From 6ea226c97230f77d36422848abeaef58f5789775 Mon Sep 17 00:00:00 2001 From: FlorianZahn Date: Wed, 6 Oct 2021 23:38:06 +0200 Subject: [PATCH] Added string to the language file --- public/_locales/en/messages.json | 3 +++ src/components/SponsorTimeEditComponent.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 5ec3f3e3..74a68aa9 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -810,5 +810,8 @@ }, "LearnMore": { "message": "Learn More" + }, + "SponsorTimeEditScrollNewFeature": { + "message": "Use your mousewheel while hovering over the edit box to quickly adjust the time. Combinations of the ctrl or shift key can be used to fine tune the changes." } } diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 774c9b90..5a975fc2 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -278,7 +278,7 @@ class SponsorTimeEditComponent extends React.Component