mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: correct wording on logo url field (#11377)
This commit is contained in:
@ -15,8 +15,8 @@ is Coder.
|
|||||||
|
|
||||||
## Logo URL
|
## Logo URL
|
||||||
|
|
||||||
Specify a custom URL for your enterprise's logo to be displayed in the top left
|
Specify a custom URL for your enterprise's logo to be displayed on the sign in
|
||||||
corner of the dashboard. The default is the Coder logo.
|
page and in the top left corner of the dashboard. The default is the Coder logo.
|
||||||
|
|
||||||
## Service Banner
|
## Service Banner
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ export const AppearanceSettingsPageView: FC<
|
|||||||
|
|
||||||
<Fieldset
|
<Fieldset
|
||||||
title="Logo URL"
|
title="Logo URL"
|
||||||
subtitle="Specify a custom URL for your logo to be displayed in the top left
|
subtitle="Specify a custom URL for your logo to be displayed on the sign in page and in the top left
|
||||||
corner of the dashboard."
|
corner of the dashboard."
|
||||||
validation={
|
validation={
|
||||||
isEntitled
|
isEntitled
|
||||||
|
Reference in New Issue
Block a user