mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-31 03:48:42 +03:00
Added error when segments haven't loaded and improved popup message
Resolves #1553
This commit is contained in:
@@ -116,6 +116,9 @@
|
||||
"connectionError": {
|
||||
"message": "A connection error has occurred. Error code: "
|
||||
},
|
||||
"segmentsStillLoading": {
|
||||
"message": "Segments still loading..."
|
||||
},
|
||||
"clearTimes": {
|
||||
"message": "Clear Segments"
|
||||
},
|
||||
@@ -1243,5 +1246,8 @@
|
||||
},
|
||||
"exportSegmentsAsURL": {
|
||||
"message": "Share as URL"
|
||||
},
|
||||
"segmentFetchFailureWarning": {
|
||||
"message": "Warning: The server hasn't responded with segments yet. There might actually be segments on this video already submitted but you just haven't recieved them due to issues with the server."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user