Explorar o código

Change external link label

theenglishway (time) %!s(int64=4) %!d(string=hai) anos
pai
achega
96b55be6b1

+ 1 - 1
lib/vaccins_web/live/index_live.html.leex

@@ -13,7 +13,7 @@
     au niveau d'un centre.</p>
     <p>Quand ça arrive il faut vous préparer à suivre le processus suivant à toute vitesse :  </p>
     <ol>
-      <li>Cliquer sur le lien "Résa." qui vous emmène sur la page Doctolib</li>
+      <li>Cliquer sur le lien "RDV" qui vous emmène sur la page Doctolib</li>
       <li>Choisir "1ere injection Pfizer" ou "1ere injection Moderna"</li>
       <li>Cliquer très vite sur le créneau disponible (il aura peut-être déjà disparu)</li>
       <li>Choisir très vite un créneau pour la 2e injection (qui peut être changé après coup)</li>

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

@@ -67,7 +67,7 @@ defmodule VaccinsWeb.LocationComponent do
       <td><%= @location.location %></td>
       <td><%= if @last_refresh_date, do: @last_refresh_date |> Time.to_string() %></td>
       <td><%= render_status(assigns) %></td>
-      <td><%= link "Résa.", to: @location.booking_page %></td>
+      <td><%= link "RDV", to: @location.booking_page %></td>
       <td><%= render_slots_before(assigns) %></td>
       <td><%= render_slots_after(assigns) %></td>
       <%= if @is_local? do %><td><%= render_action_list(assigns) %></td><% end %>
@@ -81,7 +81,7 @@ defmodule VaccinsWeb.LocationComponent do
       <th>Lieu</th>
       <th>Dernier refresh</th>
       <th>Status</th>
-      <th>Lien résa</th>
+      <th>Lien prise RDV</th>
       <th>Slots avant 24h</th>
       <th>Slots après 24h</th>
       <%= if is_local? do %><th>Actions</th><% end %>