diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7d1fc6d3..3c69c8776 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes server creation API endpoint not passing the provided `external_id` to the creation service.
* Fixes a bug causing users to be un-editable on new installations once more than one user exists.
+* Fixes default order of buttons in certain parts of the panel that would default to 'Delete' rather than 'Save' when pressing enter.
### Added
* Adds ability to modify the external ID for a server through the API.
diff --git a/resources/themes/pterodactyl/admin/databases/view.blade.php b/resources/themes/pterodactyl/admin/databases/view.blade.php
index db7db1c48..41a2d7901 100644
--- a/resources/themes/pterodactyl/admin/databases/view.blade.php
+++ b/resources/themes/pterodactyl/admin/databases/view.blade.php
@@ -79,8 +79,8 @@