use title as window header
This commit is contained in:
parent
24b4044b25
commit
830e47504d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
@close="dialog.close()"
|
||||
@closed="$emit('closed')"
|
||||
>
|
||||
<template #header>{{ i18n.ts.signup }}</template>
|
||||
<template #header>{{ i18n.ts._tutorial.title }}</template>
|
||||
|
||||
<div class="_monolithic_">
|
||||
<div class="_section">
|
||||
|
|
Loading…
Reference in a new issue