Browse Source

Clarify message for 'after' availability

theenglishway (time) 4 years ago
parent
commit
68c901d174
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/vaccins_web/live/location_component.ex

+ 1 - 1
lib/vaccins_web/live/location_component.ex

@@ -93,7 +93,7 @@ defmodule VaccinsWeb.LocationComponent do
         <%= @loading -> %>...
         <%= not has_slots?(assigns) -> %>Pas de créneau <%= if @last_early_slot_seen do %>(<%= @last_early_slot_seen |> DateTime.to_time() |> Time.truncate(:second) |> Time.to_string %>)<% end %>
         <%= has_early_slots?(assigns) -> %><span class="alert-danger">Des dispos sous 24h !</span>
-        <%= has_slots?(assigns) -> %>Des dispos !
+        <%= has_slots?(assigns) -> %>Des dispos dans plus de 24h
       <% end %>
     """