Skip to content

Commit

Permalink
chore(data-warehouse): change to sentence case (#23924)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and thmsobrmlr committed Jul 25, 2024
1 parent 2fe35fa commit 9fa6585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export const humanFriendlyDataWarehouseTabName = (tab: DataWarehouseTab): string
case DataWarehouseTab.Explore:
return 'Explore'
case DataWarehouseTab.ManagedSources:
return 'Managed Sources'
return 'Managed sources'
case DataWarehouseTab.SelfManagedSources:
return 'Self-Managed Sources'
return 'Self-Managed sources'
}
}

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/scenes/pipeline/pipelineLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export const humanFriendlyTabName = (tab: PipelineTab): string => {
case PipelineTab.Destinations:
return 'Destinations'
case PipelineTab.DataImport:
return 'Data Import'
return 'Data import'
case PipelineTab.SiteApps:
return 'Site Apps'
return 'Site apps'
case PipelineTab.ImportApps:
return 'Legacy sources'
case PipelineTab.AppsManagement:
Expand Down

0 comments on commit 9fa6585

Please sign in to comment.