i18n: add missing __() calls to complete French translation
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
}"
|
||||
>
|
||||
</ListView>
|
||||
<EmptyState v-else type="Assignments" />
|
||||
<EmptyState v-else :type="__('Assignments').toLowerCase()" />
|
||||
<div
|
||||
v-if="assignments.data && assignments.hasNextPage"
|
||||
class="flex justify-center my-5"
|
||||
@@ -198,7 +198,7 @@ const assignmentTypes = computed(() => {
|
||||
|
||||
const breadcrumbs = computed(() => [
|
||||
{
|
||||
label: 'Assignments',
|
||||
label: __('Assignments'),
|
||||
route: { name: 'Assignments' },
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user