mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Improve copy of start/end segment button
This commit is contained in:
parent
19e230ea6a
commit
5b080874f2
2 changed files with 3 additions and 3 deletions
|
@ -77,10 +77,10 @@
|
|||
"message": "No segments found"
|
||||
},
|
||||
"sponsorStart": {
|
||||
"message": "Segment Starts Now"
|
||||
"message": "Start Segment Now"
|
||||
},
|
||||
"sponsorEnd": {
|
||||
"message": "Segment Ends Now"
|
||||
"message": "End Segment Now"
|
||||
},
|
||||
"sponsorCancel": {
|
||||
"message": "Cancel Creating Segment"
|
||||
|
|
|
@ -377,7 +377,7 @@
|
|||
}
|
||||
|
||||
/*
|
||||
* Generic buttons used for "Segment Starts Now" and "Submit Times"
|
||||
* Generic red buttons used for "Start Segment Now", "Submit Times" etc.
|
||||
*/
|
||||
.sbMediumButton {
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue