diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx
index b48f759..4b5827f 100644
--- a/frontend/src/components/workspace/input-box.tsx
+++ b/frontend/src/components/workspace/input-box.tsx
@@ -392,9 +392,9 @@ function SuggestionList() {
className="text-muted-foreground cursor-pointer rounded-full px-4 text-xs font-normal"
variant="outline"
size="sm"
- onClick={() => handleSuggestionClick("Surprise me")}
+ onClick={() => handleSuggestionClick(t.inputBox.surpriseMePrompt)}
>
- Surprise
+ {t.inputBox.surpriseMe}
{t.inputBox.suggestions.map((suggestion) => (