update: translate page header title with i18n

This commit is contained in:
Mohammad Foroughi
2022-10-29 22:47:18 +03:30
parent 0685387d85
commit 1bb9cd5b92

View File

@@ -33,7 +33,7 @@
<a-layout-content>
<a-row type="flex" justify="center">
<a-col :xs="22" :sm="20" :md="16" :lg="12" :xl="8">
<h1>{{ .title }}</h1>
<h1>{{ i18n "pages.login.title" }}</h1>
</a-col>
</a-row>
<a-row type="flex" justify="center">