vue accourse banner: change "by" translation

This commit is contained in:
Mathieu Jaumotte 2021-10-12 12:28:08 +02:00
parent 85538f74b7
commit 82ae300bd9
3 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,7 @@ and this project adheres to
* filter thirdparties in list
* [FilterOrder]: add development kit for generating filter and ordering in list
* [AccompanyingCourse banner]: replace translation referrer (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/70)
## Test releases

View File

@ -22,7 +22,7 @@
<i>{{ $t('course.open_at') }}{{ $d(accompanyingCourse.openingDate.datetime, 'text') }}</i>
</span>
<span v-if="accompanyingCourse.user" class="d-md-block ms-3 ms-md-0">
{{ $t('course.by') }}<b>{{ accompanyingCourse.user.username }}</b>
<abbr :title="$t('course.referrer')">{{ $t('course.referrer') }}:</abbr> <b>{{ accompanyingCourse.user.username }}</b>
</span>
</span>
</span>

View File

@ -24,6 +24,7 @@ const appMessages = {
},
open_at: "ouvert le ",
by: "par ",
referrer: "Référent",
emergency: "urgent",
confidential: "confidentiel",
regular: "régulier",