mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -05:00
fix(console): correct domain settings page meta (#4062)
This commit is contained in:
parent
41bf863e5e
commit
42d844f258
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function TenantDomainSettings() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<PageMeta titleKey={['tenant_settings.title', 'tenant_settings.tabs.domains']} />
|
<PageMeta titleKey={['tenant_settings.tabs.domains', 'tenant_settings.title']} />
|
||||||
<FormCard
|
<FormCard
|
||||||
title="domain.custom.custom_domain"
|
title="domain.custom.custom_domain"
|
||||||
description="domain.custom.custom_domain_description"
|
description="domain.custom.custom_domain_description"
|
||||||
|
|
Loading…
Add table
Reference in a new issue