Skip to content

Commit 75f13c8

Browse files
committed
Update AI display name in side layout
1 parent e7ad034 commit 75f13c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/common/components/project-settings-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const appearanceNavItem = {
2222
};
2323

2424
const aiNavItem = {
25-
title: t('AI'),
25+
title: t('OpenOps AI'),
2626
href: '/settings/ai',
2727
icon: <Sparkles size={iconSize} />,
2828
};

0 commit comments

Comments
 (0)