Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a9c0409

Browse files
committed
Updated no replay verbage
1 parent c7ccb1e commit a9c0409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron/app/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ function getUsersReplays() {
971971
if ((typeof replays === 'undefined') || (replays == null)) {
972972
if (currentPage === 1) {
973973
// **OLD** $('#replay-result-alert').html(`<span>Uh Oh!</span> This user\'s account has been terminated by the look of things!`).fadeIn(400)
974-
$('#replay-result-alert').html(`<span>No Replays Available!</span> Look\'s like this user has no replays right now.`).show()
974+
$('#replay-result-alert').html(`<span>No Replays Available!</span> The server returned nothing!`).show()
975975
$('footer h1').html(`No replays available.`)
976976
hideProgressBar()
977977
}

0 commit comments

Comments
 (0)