mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Rename "appelant" by "patient"
This commit is contained in:
parent
8778bb0731
commit
c73c1eb8d5
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user