diff --git a/src/interface/web/app/components/allConversations/allConversations.tsx b/src/interface/web/app/components/allConversations/allConversations.tsx
index fcfa45fe..2a6c2c5c 100644
--- a/src/interface/web/app/components/allConversations/allConversations.tsx
+++ b/src/interface/web/app/components/allConversations/allConversations.tsx
@@ -288,7 +288,7 @@ export function FilesMenu(props: FilesMenuProps) {
)}
- Settings
+ Settings
{addedFiles.length == 0 && (
- Upload documents
+ Upload documents
)}
{unfilteredFiles.map((filename: string) =>