Skip to content

Commit

Permalink
Merge pull request Anarios#816 from hyperstown/fix_display_error
Browse files Browse the repository at this point in the history
Fix "API down" error message
  • Loading branch information
Anarios authored Nov 18, 2022
2 parents a67c98c + d719f4b commit f1732d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/combined/src/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function processResponse(response, storedData) {

// Tells the user if the API is down
function displayError(error) {
getButtons().children[1].querySelector("#text").innerText = localize(
getDislikeTextContainer().innerText = localize(
"textTempUnavailable"
);
}
Expand Down

0 comments on commit f1732d1

Please sign in to comment.