mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 21:42:07 +00:00
fix(login): use translation title key prop to set page title (#10537)
This PR sets the page title to the same title as the respective pages
and introduces a default title ("Login with Zitadel").
Closes #10282
# Which Problems Are Solved
Missing page title on pages.
# How the Problems Are Solved
Using the hosted translation service, we load and merge properties to
set the page title
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
(cherry picked from commit 772e9c5e3d)
This commit is contained in:
committed by
Livio Spring
parent
434f4f3bdd
commit
7fd1b063ed
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Zurück"
|
||||
"back": "Zurück",
|
||||
"title": "Anmelden mit Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Konten",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Back"
|
||||
"back": "Back",
|
||||
"title": "Login with Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Accounts",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Atrás"
|
||||
"back": "Atrás",
|
||||
"title": "Iniciar sesión con Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Cuentas",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Indietro"
|
||||
"back": "Indietro",
|
||||
"title": "Accedi con Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Account",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Powrót"
|
||||
"back": "Powrót",
|
||||
"title": "Zaloguj się za pomocą Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Konta",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "Назад"
|
||||
"back": "Назад",
|
||||
"title": "Войти с Zitadel"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "Аккаунты",
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "返回"
|
||||
"back": "返回",
|
||||
"title": "使用 Zitadel 登录"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "账户",
|
||||
|
||||
Reference in New Issue
Block a user