diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json
index b405e945d9..df0b7f20c4 100644
--- a/services/web/frontend/extracted-translations.json
+++ b/services/web/frontend/extracted-translations.json
@@ -867,6 +867,8 @@
"toolbar_format_bold": "",
"toolbar_format_italic": "",
"toolbar_increase_indent": "",
+ "toolbar_insert_citation": "",
+ "toolbar_insert_cross_reference": "",
"toolbar_insert_display_math": "",
"toolbar_insert_figure": "",
"toolbar_insert_inline_math": "",
diff --git a/services/web/frontend/js/features/source-editor/components/toolbar/toolbar-items.tsx b/services/web/frontend/js/features/source-editor/components/toolbar/toolbar-items.tsx
index 2725013d91..63aa9ddba5 100644
--- a/services/web/frontend/js/features/source-editor/components/toolbar/toolbar-items.tsx
+++ b/services/web/frontend/js/features/source-editor/components/toolbar/toolbar-items.tsx
@@ -129,6 +129,18 @@ export const ToolbarItems: FC<{
command={commands.wrapInHref}
icon="link"
/>
+
+