Skip to content

Commit 227234d

Browse files
authored
fix: correct wording on logo url field (#11377)
1 parent ac899be commit 227234d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/admin/appearance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ is Coder.
1515

1616
## Logo URL
1717

18-
Specify a custom URL for your enterprise's logo to be displayed in the top left
19-
corner of the dashboard. The default is the Coder logo.
18+
Specify a custom URL for your enterprise's logo to be displayed on the sign in
19+
page and in the top left corner of the dashboard. The default is the Coder logo.
2020

2121
## Service Banner
2222

site/src/pages/DeploySettingsPage/AppearanceSettingsPage/AppearanceSettingsPageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const AppearanceSettingsPageView: FC<
110110

111111
<Fieldset
112112
title="Logo URL"
113-
subtitle="Specify a custom URL for your logo to be displayed in the top left
113+
subtitle="Specify a custom URL for your logo to be displayed on the sign in page and in the top left
114114
corner of the dashboard."
115115
validation={
116116
isEntitled

0 commit comments

Comments
 (0)