mirror of
https://github.com/logto-io/logto.git
synced 2025-01-27 21:39:16 -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 (
|
||||
<div className={styles.container}>
|
||||
<PageMeta titleKey={['tenant_settings.title', 'tenant_settings.tabs.domains']} />
|
||||
<PageMeta titleKey={['tenant_settings.tabs.domains', 'tenant_settings.title']} />
|
||||
<FormCard
|
||||
title="domain.custom.custom_domain"
|
||||
description="domain.custom.custom_domain_description"
|
||||
|
|
Loading…
Add table
Reference in a new issue