diff --git a/components/FoldseekDialog.vue b/components/FoldseekDialog.vue
index 90341b5dcffbce44423de3708bbdd0dac2aa3042..4785de7b2472adcb3e4fe9e95d89cd37432535e5 100644
--- a/components/FoldseekDialog.vue
+++ b/components/FoldseekDialog.vue
@@ -5,7 +5,7 @@ interface Props {
     title: string
 }
 
-const props = withDefaults(defineProps<Props>(), { title: "Foldseed Search" });
+const props = withDefaults(defineProps<Props>(), { title: "Result of Foldseek search" });
 const { width, height } = useDisplay()
 const dialog = ref(false)
 const iframe = ref()