diff options
author | Ajay <[email protected]> | 2022-10-27 21:46:47 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-10-27 21:46:47 -0400 |
commit | 715bcb6bd3200dd6dc15fb4763b4e8b4a2b6383f (patch) | |
tree | 658fe1cae328fa27c4c69ac94920b57ffb18ce68 /public/_locales/en | |
parent | fea8a9a37edc67fb770e3533adcbf50155025db3 (diff) | |
download | SponsorBlock-715bcb6bd3200dd6dc15fb4763b4e8b4a2b6383f.tar.gz SponsorBlock-715bcb6bd3200dd6dc15fb4763b4e8b4a2b6383f.zip |
Added error when segments haven't loaded and improved popup message
Resolves #1553
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index b3b9e152..7a5dd69b 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -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." } } |