0
Fork 0
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:
Xiao Yijun 2023-06-20 15:34:19 +08:00 committed by GitHub
parent 41bf863e5e
commit 42d844f258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"