diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex index d394b8e..4b40e06 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") %>