From afa4cfa2c62fad089398cbb86a214289e1c6f365 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 14 Oct 2020 23:09:16 -0400 Subject: [PATCH] Convert hint from hardcoded string --- public/_locales/en/messages.json | 4 ++++ public/popup.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 5a7a5e59..a7cfeda3 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -145,6 +145,10 @@ "recordTimesDescription": { "message": "Submit" }, + "submissionEditHint": { + "message": "Section editing will appear after you click submit", + "description": "Appears in the popup to inform them that editing has been moved to the video player." + }, "popupHint": { "message": "Hint: Press the semicolon key while focused on a video to report the start/end of a segment and quote to submit." }, diff --git a/public/popup.html b/public/popup.html index 3f63d2bb..caae4a40 100644 --- a/public/popup.html +++ b/public/popup.html @@ -66,7 +66,7 @@