diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-14 00:57:15 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-12-14 00:57:15 -0500 |
commit | 025301687182232f8b47358dad3a7b4f7d561bf1 (patch) | |
tree | b54dfdedfeb1e6aa6324f69cb1ed1de6480d66db /public | |
parent | 03e34281f6f07c00c2a9bb1c8d6f790a7c5c3cc9 (diff) | |
download | SponsorBlock-025301687182232f8b47358dad3a7b4f7d561bf1.tar.gz SponsorBlock-025301687182232f8b47358dad3a7b4f7d561bf1.zip |
Popup code cleanup
Diffstat (limited to 'public')
-rw-r--r-- | public/_locales/en/messages.json | 8 | ||||
-rw-r--r-- | public/popup.html | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index e752d188..a13a3165 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -130,8 +130,8 @@ "voteOnTime": { "message": "Vote On A Segment" }, - "soFarUHSubmited": { - "message": "Submissions:" + "Submissions": { + "message": "Submissions" }, "savedPeopleFrom": { "message": "You've saved people from " @@ -150,7 +150,7 @@ "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." + "message": "Hint: You can setup keybinds for submitting in the options" }, "clearTimesButton": { "message": "Clear Times" @@ -162,7 +162,7 @@ "message": "This is used on the public stats page to show off how much you've contributed. See it" }, "Username": { - "message": "Username:" + "message": "Username" }, "setUsername": { "message": "Set Username" diff --git a/public/popup.html b/public/popup.html index 4bdfd53f..80755e8b 100644 --- a/public/popup.html +++ b/public/popup.html @@ -78,7 +78,7 @@ <div class="sidebyside"> <div id="usernameElement"> <div> - <p>__MSG_Username__</p> + <p>__MSG_Username__:</p> <div id="setUsernameContainer"> <p id="usernameValue"></p> <button id="setUsernameButton" title="__MSG_setUsername__"> @@ -98,7 +98,7 @@ </div> <div id="sponsorTimesContributionsContainer" class="hidden"> <div> - <p>__MSG_soFarUHSubmited__</p> + <p>__MSG_Submissions__:</p> <span id="sponsorTimesContributionsDisplay"> 0 </span> |