diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex
index d394b8ed..4b40e063 100644
--- a/lib/cannery_web/templates/layout/root.html.heex
+++ b/lib/cannery_web/templates/layout/root.html.heex
@@ -10,8 +10,8 @@
type="image/jpg"
href={Routes.static_path(@conn, "/images/cannery.svg")}
/>
- <.live_title suffix=" | Cannery">
- <%= assigns[:page_title] || "Cannery" %>
+ <.live_title suffix={" | #{gettext("Cannery")}"}>
+ <%= assigns[:page_title] || gettext("Cannery") %>