We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61175 commit 561b3ddCopy full SHA for 561b3dd
public/themes/pterodactyl/js/plugins/minecraft/eula.js
@@ -55,7 +55,7 @@ $(document).ready(function () {
55
console.error(jqXHR);
56
swal({
57
title: 'Whoops!',
58
- text: 'An error occured while attempting to set the EULA as accepted: ' . jqXHR.responseJSON.error,
+ text: 'An error occurred while attempting to set the EULA as accepted: ' + jqXHR.responseJSON.error,
59
type: 'error'
60
})
61
});
0 commit comments