Правки текстов

This commit is contained in:
brusnitsyn
2025-11-05 14:24:17 +09:00
parent 1b7acd7dcd
commit 06b8e2a1db
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ const props = defineProps({
placeholders: { placeholders: {
type: Array, type: Array,
default: () => [ default: () => [
'Поиск по шаблонам...', 'Поиск по проектам...',
] ]
}, },
modelValue: { modelValue: {

View File

@@ -44,7 +44,7 @@ const onCloseModalEdit = () => {
<Page> <Page>
<template #header> <template #header>
<PageHeader> <PageHeader>
Доступные шаблоны документов Доступные проекты документов
</PageHeader> </PageHeader>
</template> </template>
<PageBody> <PageBody>