mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
Fix missing {{ }}
This commit is contained in:
@@ -813,7 +813,7 @@ export default{
|
||||
<!--Modal: statusModal-->
|
||||
<bs-modal ref="statusModal">
|
||||
<template #title>
|
||||
$p.t('lehre', statusNew ? 'status_new' : 'status_edit', modelValue)
|
||||
{{ $p.t('lehre', statusNew ? 'status_new' : 'status_edit', modelValue) }}
|
||||
</template>
|
||||
|
||||
<form-form ref="statusData">
|
||||
|
||||
Reference in New Issue
Block a user