From 076d5eea18934a7035e3c638c4986678e52be7b6 Mon Sep 17 00:00:00 2001 From: shibao Date: Wed, 25 Jan 2023 22:07:33 -0500 Subject: [PATCH] add styles to background element --- lib/cannery_web/templates/layout/root.html.heex | 6 +++--- priv/gettext/de/LC_MESSAGES/default.po | 6 ++++++ priv/gettext/default.pot | 6 ++++++ priv/gettext/en/LC_MESSAGES/default.po | 6 ++++++ priv/gettext/es/LC_MESSAGES/default.po | 6 ++++++ priv/gettext/fr/LC_MESSAGES/default.po | 6 ++++++ priv/gettext/ga/LC_MESSAGES/default.po | 6 ++++++ 7 files changed, 39 insertions(+), 3 deletions(-) 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") %>