Skip to content

Commit 008aad1

Browse files
authored
Merge pull request #1589 from appwrite/fix-sentence-case
to sentence case
2 parents 1155e52 + 49a6e13 commit 008aad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/(console)/project-[project]/settings/domains/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
<Container>
1212
<ProxyRulesPage rules={data.rules} type={ResourceType.Api} dependency={Dependencies.DOMAINS}>
13-
<svelte:fragment slot="heading">Custom Domains</svelte:fragment>
13+
<svelte:fragment slot="heading">Custom domains</svelte:fragment>
1414
</ProxyRulesPage>
1515
</Container>

src/routes/(console)/project-[project]/settings/header.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
href: `${path}/domains`,
22-
title: 'Custom Domains',
22+
title: 'Custom domains',
2323
event: 'domains'
2424
},
2525
{

0 commit comments

Comments
 (0)