From bdbe809bab5d08059877b5c22d6e4e7597718497 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Mar 2026 13:50:43 -0500 Subject: [PATCH] fix: correct fuzzy gettext translation showing "Admin Dashboard" in nav --- priv/gettext/en/LC_MESSAGES/default.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index a7e0e03e..f3df4f0d 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -4856,9 +4856,9 @@ msgstr "Current Activity" #: lib/towerops_web/components/layouts.ex:262 #: lib/towerops_web/components/layouts.ex:553 -#, elixir-autogen, elixir-format, fuzzy +#, elixir-autogen, elixir-format msgid "Dashboard" -msgstr "Admin Dashboard" +msgstr "Dashboard" #: lib/towerops_web/live/onboarding_live.html.heex:307 #, elixir-autogen, elixir-format