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