diff --git a/babybuddy/templates/babybuddy/nav-dropdown.html b/babybuddy/templates/babybuddy/nav-dropdown.html
index eba34b8c..d5e8c02b 100644
--- a/babybuddy/templates/babybuddy/nav-dropdown.html
+++ b/babybuddy/templates/babybuddy/nav-dropdown.html
@@ -49,6 +49,10 @@
{% trans "Feeding" %}
+
+
+ {% trans "Bottle Feeding" %}
+
{% endif %}
{% if perms.core.add_pumping %}
diff --git a/core/templates/core/feeding_list.html b/core/templates/core/feeding_list.html
index 281e280d..4932c35d 100644
--- a/core/templates/core/feeding_list.html
+++ b/core/templates/core/feeding_list.html
@@ -13,6 +13,10 @@
{% trans "Add Feeding" %}
+
+ {% trans "Add Bottle Feeding" %}
+
{% endif %}
{% include 'babybuddy/filter.html' %}