Localize custom pages and search page (#299)

* Localize custom pages and search page

* Fix FR translation for step
This commit is contained in:
sephrat
2021-04-14 18:06:54 +02:00
committed by GitHub
parent 2e339ee996
commit 4b09497c3d
7 changed files with 49 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
<v-text-field
autofocus
v-model="page.name"
label="Page Name"
:label="$t('settings.page-name')"
></v-text-field>
<CategoryTagSelector
v-model="page.categories"