Skip to content

Commit 5858b3f

Browse files
committed
Minor changes on navigation
1 parent c90d9f9 commit 5858b3f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

frontend/InterfaceSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
</panel>
126126
</v-flex>
127127
</v-layout>
128-
<reference :reference="$STRINGS.CITATION_MULTIMER"></reference>
128+
<reference :reference="$STRINGS.CITATION_INTERFACE"></reference>
129129
</v-container>
130130
</template>
131131

frontend/Navigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default {
277277
case "foldseek-multimer":
278278
return "Foldseek-Multimer Search";
279279
case "foldseek-interface":
280-
return "Foldseek Interface Search";
280+
return "Foldseek-Interface Search";
281281
case "foldmason":
282282
return "FoldMason MSA";
283283
case "folddisco":

frontend/assets/foldseek.en_US.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ msgstr ""
3434
" <a href=\"https://www.nature.com/articles/s41592-025-02593-7\" target=\"_blank\" rel=\"noopener\">"
3535
"Rapid and sensitive protein complex alignment with Foldseek-Multimer</a>. Nature Methods, 2025."
3636

37+
msgid "CITATION_INTERFACE"
38+
msgstr ""
39+
"TODO Steinegger M."
40+
" <a href=\"TODO\" target=\"_blank\" rel=\"noopener\">"
41+
"TODO TITLE</a>. Journal, YEAR."
42+
3743
msgid "CITATION_FOLDMASON"
3844
msgstr ""
3945
"Gilchrist CLM, Mirdita M and Steinegger M."

0 commit comments

Comments
 (0)