Skip to content

Commit

Permalink
Update comments that reference the "Transparency" menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelshaw committed Oct 30, 2024
1 parent fdb687c commit dfc8ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/fleet/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,11 +1049,11 @@ func (f *Features) Copy() *Features {

// FleetDesktopSettings contains settings used to configure Fleet Desktop.
type FleetDesktopSettings struct {
// TransparencyURL is the URL used for the “Transparency” link in the Fleet Desktop menu.
// TransparencyURL is the URL used for the “About Fleet” link in the Fleet Desktop menu.
TransparencyURL string `json:"transparency_url"`
}

// DefaultTransparencyURL is the default URL used for the “Transparency” link in the Fleet Desktop menu.
// DefaultTransparencyURL is the default URL used for the “About Fleet” link in the Fleet Desktop menu.
const DefaultTransparencyURL = "https://fleetdm.com/transparency"

type OrderDirection int
Expand Down

0 comments on commit dfc8ebf

Please sign in to comment.