diff --git a/changelog/56_UNRELEASED_2020-xx-xx.md b/changelog/56_UNRELEASED_2020-xx-xx.md
index 6b20a665..ba196902 100644
--- a/changelog/56_UNRELEASED_2020-xx-xx.md
+++ b/changelog/56_UNRELEASED_2020-xx-xx.md
@@ -3,3 +3,6 @@
### Shopping list fixes
- Optimized the new compact view (there was a little too much white space at the sides of the page)
+
+### Recipe improvements
+- Optimized the ordering of the inputs on the recipe ingredient edit page (moved "Only check if a single unit is in stock" before the amount)
diff --git a/views/recipeposform.blade.php b/views/recipeposform.blade.php
index 676c959c..23f68e32 100644
--- a/views/recipeposform.blade.php
+++ b/views/recipeposform.blade.php
@@ -33,6 +33,16 @@
'nextInputSelector' => '#amount'
))
+