From 833897e2f5deaeee823ad587cb2a6a5860982758 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 3 May 2026 16:04:23 -0500 Subject: [PATCH] ux: reword client-error flash to 'Unable to reach the server' The default 'We can't find the internet' wording blames the user's connection, but the typical cause on this site is a server-side issue (deploy in progress, pod OOM, ingress hiccup). Server-specific wording matches reality and points users at the right thing to wait on. --- lib/microwaveprop_web/components/layouts.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/microwaveprop_web/components/layouts.ex b/lib/microwaveprop_web/components/layouts.ex index 17de6b4c..8ebf8656 100644 --- a/lib/microwaveprop_web/components/layouts.ex +++ b/lib/microwaveprop_web/components/layouts.ex @@ -130,7 +130,7 @@ defmodule MicrowavepropWeb.Layouts do <.flash kind={:info} flash={@flash} /> <.flash kind={:error} flash={@flash} /> - <.flash id="client-error" kind={:error} title="We can't find the internet" hidden> + <.flash id="client-error" kind={:error} title="Unable to reach the server" hidden> Attempting to reconnect <.icon name="hero-arrow-path" class="ml-1 size-3 motion-safe:animate-spin" />