We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1155e52 + 49a6e13 commit 008aad1Copy full SHA for 008aad1
src/routes/(console)/project-[project]/settings/domains/+page.svelte
@@ -10,6 +10,6 @@
10
11
<Container>
12
<ProxyRulesPage rules={data.rules} type={ResourceType.Api} dependency={Dependencies.DOMAINS}>
13
- <svelte:fragment slot="heading">Custom Domains</svelte:fragment>
+ <svelte:fragment slot="heading">Custom domains</svelte:fragment>
14
</ProxyRulesPage>
15
</Container>
src/routes/(console)/project-[project]/settings/header.svelte
@@ -19,7 +19,7 @@
19
},
20
{
21
href: `${path}/domains`,
22
- title: 'Custom Domains',
+ title: 'Custom domains',
23
event: 'domains'
24
25
0 commit comments