Skip to content

Commit

Permalink
change tab name
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 4, 2024
1 parent 0ffb394 commit 6c8f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layout/navigation-3000/navigationLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ export const navigation3000Logic = kea<navigation3000LogicType>([
featureFlags[FEATURE_FLAGS.SQL_EDITOR]
? {
identifier: Scene.SQLEditor,
label: 'Data warehouse 3000',
label: 'SQL Editor',
icon: <IconServer />,
to: urls.sqlEditor(),
logic: editorSidebarLogic,
Expand Down

0 comments on commit 6c8f6a0

Please sign in to comment.