Added error when segments haven't loaded and improved popup message

Resolves #1553
This commit is contained in:
Ajay
2022-10-27 21:46:47 -04:00
parent fea8a9a37e
commit 715bcb6bd3
3 changed files with 21 additions and 1 deletions

View File

@@ -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."
}
}