forked from Alex/Pterodactyl-Panel
fix JS syntax error (using PHP concat operator in JS)
This commit is contained in:
parent
8b61175c3b
commit
561b3dd1e7
@ -55,7 +55,7 @@ $(document).ready(function () {
|
||||
console.error(jqXHR);
|
||||
swal({
|
||||
title: 'Whoops!',
|
||||
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,
|
||||
type: 'error'
|
||||
})
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user