mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新消息模板标题,添加国际化支持
This commit is contained in:
@@ -441,7 +441,10 @@ onMounted(() => {
|
|||||||
<VDialog v-model="editorVisible" v-if="editorVisible" max-width="50rem">
|
<VDialog v-model="editorVisible" v-if="editorVisible" max-width="50rem">
|
||||||
<VCard>
|
<VCard>
|
||||||
<VCardItem>
|
<VCardItem>
|
||||||
<VCardTitle>{{ templateTypes.find(t => t.type === currentTemplate)?.label }}消息模板</VCardTitle>
|
<VCardTitle>
|
||||||
|
{{ templateTypes.find(t => t.type === currentTemplate)?.label }}
|
||||||
|
{{ t('setting.notification.templateConfigTitle') }}
|
||||||
|
</VCardTitle>
|
||||||
<VDialogCloseBtn @click="editorVisible = false" />
|
<VDialogCloseBtn @click="editorVisible = false" />
|
||||||
</VCardItem>
|
</VCardItem>
|
||||||
<VCardText class="py-0">
|
<VCardText class="py-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user