Skip to content

Commit 2f872af

Browse files
committed
fix: correct naming of AI Prompt Engine to plural in settings
1 parent aea839b commit 2f872af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Layout/SettingsLayout/SettingsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const SettingsLayout = () => {
1818
path: '/settings/bookmarks',
1919
},
2020
{
21-
name: 'AI Prompt Engine',
21+
name: 'AI Prompt Engines',
2222
path: '/settings/ai-engine',
2323
},
2424
{

src/features/settings/components/SearchEngineSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const SearchEngineSettings = () => {
1515
title="AI Prompt Engine"
1616
description={`
1717
Select from top AI models, input your prompt, and get quick responses.
18-
You can also add a new ai model engine by providing the right URL.
18+
You can also add a new ai model engine by providing its URL.
1919
`}>
2020
<>
2121
<ChipsSet

0 commit comments

Comments
 (0)