Skip to content

Commit a8796bb

Browse files
committed
Update heading for the page
1 parent 75f13c8 commit a8796bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-ui/src/app/routes/settings/ai

packages/react-ui/src/app/routes/settings/ai/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const AiSettingsPage = () => {
108108
return (
109109
<div className="flex w-full flex-col items-center justify-center gap-4">
110110
<div className="mx-auto w-full flex-col">
111-
<h1 className="text-2xl font-bold">{t('AI providers')}</h1>
111+
<h1 className="text-2xl font-bold">{t('OpenOps AI')}</h1>
112112
{blockModel && (
113113
<div className="flex justify-between mt-[35px] p-6 border rounded-[11px]">
114114
<AiSettingsForm

0 commit comments

Comments
 (0)