Skip to content

Commit 561b3dd

Browse files
committed
fix JS syntax error (using PHP concat operator in JS)
1 parent 8b61175 commit 561b3dd

File tree

1 file changed

+1
-1
lines changed
  • public/themes/pterodactyl/js/plugins/minecraft

1 file changed

+1
-1
lines changed

public/themes/pterodactyl/js/plugins/minecraft/eula.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $(document).ready(function () {
5555
console.error(jqXHR);
5656
swal({
5757
title: 'Whoops!',
58-
text: 'An error occured while attempting to set the EULA as accepted: ' . jqXHR.responseJSON.error,
58+
text: 'An error occurred while attempting to set the EULA as accepted: ' + jqXHR.responseJSON.error,
5959
type: 'error'
6060
})
6161
});

0 commit comments

Comments
 (0)