We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f13c8 commit a8796bbCopy full SHA for a8796bb
1 file changed
packages/react-ui/src/app/routes/settings/ai/index.tsx
@@ -108,7 +108,7 @@ const AiSettingsPage = () => {
108
return (
109
<div className="flex w-full flex-col items-center justify-center gap-4">
110
<div className="mx-auto w-full flex-col">
111
- <h1 className="text-2xl font-bold">{t('AI providers')}</h1>
+ <h1 className="text-2xl font-bold">{t('OpenOps AI')}</h1>
112
{blockModel && (
113
<div className="flex justify-between mt-[35px] p-6 border rounded-[11px]">
114
<AiSettingsForm
0 commit comments