diff --git a/lib/cannery_web/components/topbar.ex b/lib/cannery_web/components/topbar.ex
index 09365101..130f4541 100644
--- a/lib/cannery_web/components/topbar.ex
+++ b/lib/cannery_web/components/topbar.ex
@@ -47,13 +47,13 @@ defmodule CanneryWeb.Components.Topbar do
) %>
- <%= live_redirect(gettext("Ammo"),
+ <%= live_redirect(gettext("Catalog"),
to: Routes.ammo_type_index_path(Endpoint, :index),
class: "text-primary-600 text-white hover:underline"
) %>
- <%= live_redirect(gettext("Manage"),
+ <%= live_redirect(gettext("Ammo"),
to: Routes.ammo_group_index_path(Endpoint, :index),
class: "text-primary-600 text-white hover:underline"
) %>
diff --git a/lib/cannery_web/live/ammo_type_live/index.html.heex b/lib/cannery_web/live/ammo_type_live/index.html.heex
index 90243e90..92bca7b8 100644
--- a/lib/cannery_web/live/ammo_type_live/index.html.heex
+++ b/lib/cannery_web/live/ammo_type_live/index.html.heex
@@ -1,6 +1,6 @@
- <%= gettext("Ammo Types") %>
+ <%= gettext("Catalog") %>
<%= if @rows |> Enum.empty?() do %>