From bb816eb2e583060a8ba8b043a4496e0236e81182 Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 29 Apr 2026 07:38:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC(backend)=20clarify=20french=20tran?= =?UTF-8?q?scription=20audio=20download=20link=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace FR locale link label so it clearly identifies the audio file. --- CHANGELOG.md | 1 + src/summary/summary/core/locales/fr.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9ae0f3..992e2bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to - ✨(backend) add metadata collection of VAD, connection and chat events - ✨(backend) introduce add-ons authentication backend +- 💬(backend) clarify french transcription audio download link text #1299 ### Fixed diff --git a/src/summary/summary/core/locales/fr.py b/src/summary/summary/core/locales/fr.py index 584c2036..21214176 100644 --- a/src/summary/summary/core/locales/fr.py +++ b/src/summary/summary/core/locales/fr.py @@ -23,7 +23,7 @@ Quelques points que nous vous conseillons de vérifier : """, download_header_template=( - "\n*[Télécharger votre enregistrement (lien externe)]({download_link})*\n" + "\n*[Télécharger votre enregistrement Audio]({download_link})*\n" ), hallucination_replacement_text="[Texte impossible à transcrire]", document_default_title="Transcription",