Rename "appelant" by "patient"

This commit is contained in:
Boris Waaub 2024-05-21 22:24:30 +02:00
parent 8778bb0731
commit c73c1eb8d5
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,9 @@
<div class="container-xxl">
<div class="row justify-content-between">
<div class="col-md-6 col-sm-12 ps-md-5 ps-xxl-0">
<h3 class="text-primary">{{ $t("banner.caller") }}</h3>
<h3 class="text-primary">
{{ $t("banner.concerned_patient") }}
</h3>
<person-render-box
render="badge"

View File

@ -39,10 +39,8 @@ const messages = {
success: "Transfert effectué",
error: "Aucun destinataire sélectionné",
},
close: "Fermer",
banner: {
concerned_patient: "Patient concerné",
caller: "Appelant",
speaker: "Destinataire(s)",
open: "Ouvert",
since: "Aucun jour | Depuis 1 jour | Depuis {count} jours",