diff --git a/services/web/app/src/Features/Project/ProjectController.mjs b/services/web/app/src/Features/Project/ProjectController.mjs
index e868c54a5f..ca4109ad80 100644
--- a/services/web/app/src/Features/Project/ProjectController.mjs
+++ b/services/web/app/src/Features/Project/ProjectController.mjs
@@ -456,7 +456,6 @@ const _ProjectController = {
'writefull-keywords-generator',
'writefull-figure-generator',
'wf-citations-checker',
- 'wf-citations-checker-dimensions',
'wf-citations-checker-on-selection',
'writefull-asymetric-queue-size-per-model',
'pdf-dark-mode',
diff --git a/services/web/frontend/js/i18n-resources/writefull.ts b/services/web/frontend/js/i18n-resources/writefull.ts
index c60efd3a76..9c16f5a128 100644
--- a/services/web/frontend/js/i18n-resources/writefull.ts
+++ b/services/web/frontend/js/i18n-resources/writefull.ts
@@ -225,9 +225,6 @@ const en = {
'toolbar.next-suggestion': 'Next suggestion',
'toolbar.quota-exceeded': 'Quota is exceeded',
'toolbar.translate': 'Translate',
- 'toolbar.citations-checker': 'Citations Checker',
- 'toolbar.citations-checker.selection':
- 'Select at least 10 words to use this widget',
'create-modal.title': 'Generate __name__',
'create-modal.unavailable.title': 'Writefull is unavailable',
'create-modal.unavailable.content':
@@ -391,27 +388,6 @@ const en = {
'welcome.reset-password': 'Reset password',
'welcome.enable-writefull':
'Enable Writefull for language and LaTeX support',
- 'citations-checker.title': 'Citations Checker',
- 'citations-checker.searching-cites':
- 'Checking your document for potential passages to include citations',
- 'citations-checker.no-results': 'No potential citations found',
- 'citations-checker.search-publications': 'View sources',
- 'citations-checker.publications.search-placeholder':
- 'Search in publications list',
- 'citations-checker.dismiss': 'Dismiss',
- 'citations-checker.searching-publications':
- 'Identifying potential sources to use',
- 'citations-checker.back': 'Back',
- 'citations-checker.publications.title':
- "We've identified the following sources for you to review.",
- 'citations-checker.publications.no-results': 'No sources found',
- 'citations-checker.publications.no-title': 'No title',
- 'citations-checker.publications.no-authors': 'No authors',
- 'citations-checker.publications.external-search': 'Search for a DOI',
- 'citations-checker.publications.view': 'View',
- 'citations-checker.publications.insert': 'Insert',
- 'citations-checker.publications.copy': 'Copy citation',
- 'citations-checker.publications.copied': 'Copied to clipboard',
'citations-reviewer.chat.title': 'Citation reviewer',
'citations-reviewer.chat.description':
'Identified __count__ passages
Here are statements in your article that may benefit from a citation.',
@@ -440,6 +416,7 @@ const en = {
'citations-reviewer.chat.publications.clear-search':
'Clear search criteria',
'citations-reviewer.chat.publications.passage': 'Passage to review',
+ 'citations-reviewer.chat.publications.no-authors': 'No authors',
'citations-reviewer.chat.actions.refresh': 'Refresh citations',
'citations-reviewer.chat.actions.back': 'Back',
'citations-reviewer.chat.actions.more-authors': '> More authors',
@@ -711,9 +688,6 @@ const es = {
'toolbar.next-suggestion': 'Siguiente sugerencia',
'toolbar.quota-exceeded': 'Cuota agotada',
'toolbar.translate': 'Traducir',
- 'toolbar.citations-checker': 'Citations Checker',
- 'toolbar.citations-checker.selection':
- 'Selecciona al menos 10 palabras para usar este widget',
'create-modal.title': 'Generador de __name__',
'create-modal.unavailable.title': 'Writefull no está disponible',
'create-modal.unavailable.content':
@@ -879,27 +853,6 @@ const es = {
'welcome.reset-password': 'Restablecer contraseña',
'welcome.enable-writefull':
'Habilitar Writefull para soporte de lenguaje y LaTeX',
- 'citations-checker.title': 'Verificador de citas',
- 'citations-checker.searching-cites':
- 'Comprobando tu documento para encontrar pasajes que puedan requerir citas',
- 'citations-checker.no-results': 'No se encontraron citas potenciales',
- 'citations-checker.search-publications': 'Ver fuentes',
- 'citations-checker.publications.search-placeholder':
- 'Buscar en la lista de fuentes',
- 'citations-checker.dismiss': 'Descartar',
- 'citations-checker.searching-publications':
- 'Identificando posibles fuentes para usar',
- 'citations-checker.back': 'Volver',
- 'citations-checker.publications.title':
- 'Hemos identificado las siguientes fuentes para que las revises.',
- 'citations-checker.publications.no-results': 'No se encontraron fuentes',
- 'citations-checker.publications.no-title': 'Sin título',
- 'citations-checker.publications.no-authors': 'Sin autores',
- 'citations-checker.publications.external-search': 'Buscar por DOI',
- 'citations-checker.publications.view': 'Ver',
- 'citations-checker.publications.insert': 'Insertar',
- 'citations-checker.publications.copy': 'Copiar cita',
- 'citations-checker.publications.copied': 'Copiado al portapapeles',
'citations-reviewer.chat.title': 'Revisor de citas',
'citations-reviewer.chat.description':
'__count__ afirmaciones identificadas
Aquí tienes pasajes en tu artículo que pueden beneficiarse de una cita.',
@@ -931,6 +884,7 @@ const es = {
'citations-reviewer.chat.publications.clear-search':
'Borrar criterios de búsqueda',
'citations-reviewer.chat.publications.passage': 'Pasaje a revisar',
+ 'citations-reviewer.chat.publications.no-authors': 'Sin autores',
'citations-reviewer.chat.actions.refresh': 'Actualizar citas',
'citations-reviewer.chat.actions.back': 'Volver',
'citations-reviewer.chat.actions.more-authors': '> Más autores',