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.
This commit is contained in:
parent
f7eb888123
commit
833897e2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ defmodule MicrowavepropWeb.Layouts do
|
||||||
<.flash kind={:info} flash={@flash} />
|
<.flash kind={:info} flash={@flash} />
|
||||||
<.flash kind={:error} 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
|
Attempting to reconnect
|
||||||
<.icon name="hero-arrow-path" class="ml-1 size-3 motion-safe:animate-spin" />
|
<.icon name="hero-arrow-path" class="ml-1 size-3 motion-safe:animate-spin" />
|
||||||
</.flash>
|
</.flash>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue