Skip to content

Commit 46441ba

Browse files
authored
Merge branch 'main' into cezudas/OPS-3021-infrastructure
2 parents 5f8938d + a70a5dc commit 46441ba

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

packages/react-ui/public/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"If it's a persistant issue, please contact support with steps to reproduce and include any relevant error messages.": "If it's a persistant issue, please contact support with steps to reproduce and include any relevant error messages.",
1616
"Refresh Page": "Refresh Page",
1717
"Contact Support": "Contact Support",
18+
"OpenOps Assistant": "OpenOps Assistant",
19+
"Enables OpenOps Assistant and other AI-powered features such as the CLI command generation.": "Enables OpenOps Assistant and other AI-powered features such as the CLI command generation.",
1820
"Enable OpenOps AI": "Enable OpenOps AI",
1921
"Save": "Save",
2022
"Valid Connection": "Valid Connection",
@@ -31,8 +33,6 @@
3133
"Your network connection was lost. Please check your internet connection and try again.": "Your network connection was lost. Please check your internet connection and try again.",
3234
"Failed to delete chat. Please try again.": "Failed to delete chat. Please try again.",
3335
"Failed to rename chat. Please try again.": "Failed to rename chat. Please try again.",
34-
"OpenOps Assistant": "OpenOps Assistant",
35-
"OpenOps Agent": "OpenOps Agent",
3636
"MCP": "MCP",
3737
"AWS Cost": "AWS Cost",
3838
"Connection": "Connection",

packages/react-ui/src/app/features/ai/ai-settings-form.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,7 @@ const AiSettingsForm = ({
8585
};
8686

8787
const descriptionText = t(
88-
'Enables {assistantName} and other AI-powered features such as the CLI command generation.',
89-
{
90-
assistantName: t('OpenOps Assistant'),
91-
},
88+
'Enables OpenOps Assistant and other AI-powered features such as the CLI command generation.',
9289
);
9390

9491
return (

0 commit comments

Comments
 (0)