From 48bf7cc4ae4b38664fe8aca509bc9e4b6ac29ed8 Mon Sep 17 00:00:00 2001
From: Jan Hartig <jan.hartig@ptb.de>
Date: Tue, 15 Apr 2025 18:33:56 +0200
Subject: [PATCH] Fix minor spelling mistake

---
 localisations.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/localisations.toml b/localisations.toml
index 8874bf5..e2a1967 100644
--- a/localisations.toml
+++ b/localisations.toml
@@ -140,5 +140,5 @@ de = "Ihr Transkript"
 en = "Your transcript"
 
 [ mail.transcribe_content ]
-de = "Das Transkript für Ihre Datei '{}' wurden erstellt.\nSie finden das Resultat im Anhang dieser E-Mail."
-en = "The transcript for your file '{}' have been created.\nThe result is attached to this email."
\ No newline at end of file
+de = "Das Transkript für Ihre Datei '{}' wurde erstellt.\nSie finden das Resultat im Anhang dieser E-Mail."
+en = "The transcript for your file '{}' has been created.\nThe result is attached to this email."
\ No newline at end of file
-- 
GitLab