vue accourse banner: change "by" translation

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

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",