diff --git a/web/app/_components/InputToolbar/index.tsx b/web/app/_components/InputToolbar/index.tsx
index 4c61e3b39..4895d90cf 100644
--- a/web/app/_components/InputToolbar/index.tsx
+++ b/web/app/_components/InputToolbar/index.tsx
@@ -43,7 +43,15 @@ const InputToolbar: React.FC = () => {
}
if (!activeConvoId) {
- return null
+ return (
+
+ }
+ />
+
+ )
}
if (
(activeConvoId && inputState === 'model-mismatch') ||
diff --git a/web/screens/Settings/CorePlugins/PluginsCatalog.tsx b/web/screens/Settings/CorePlugins/PluginsCatalog.tsx
index 4be44ecdc..97af6864b 100644
--- a/web/screens/Settings/CorePlugins/PluginsCatalog.tsx
+++ b/web/screens/Settings/CorePlugins/PluginsCatalog.tsx
@@ -192,7 +192,7 @@ const PluginCatalog = () => {
Installed{' '}
{hasUpdateVersionPlugins
? `v${installedPlugin.version}`
- : 'latest version'}
+ : 'the latest version'}
)}
{isActivePlugin && hasUpdateVersionPlugins && (