From 10d1b7448ba231c3735b9d8266ebbf61a1902e52 Mon Sep 17 00:00:00 2001
From: Daniel Ziegenberg <daniel@ziegenberg.at>
Date: Mon, 14 Nov 2022 14:09:58 +0100
Subject: [PATCH] [BUGFIX] Fix typo in locallang.xlf for sysext/beuser

Resolves: #99082
Related: #99038
Releases: main
Change-Id: Icefd1b4ac8a2ae4cefee51ac9cecfd24e4f989a2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76597
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
---
 typo3/sysext/beuser/Resources/Private/Language/locallang.xlf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf b/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf
index 0e57d604b758..33c0d35cf633 100644
--- a/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf
+++ b/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf
@@ -298,7 +298,7 @@
 				<source>Available filemounts</source>
 			</trans-unit>
 			<trans-unit id="filemount.confirm.deletion">
-			    <source>Are you sure, that you wand to delete the filemount "%s"?</source>
+			    <source>Are you sure, that you want to delete the filemount "%s"?</source>
 			</trans-unit>
 			<trans-unit id="filemount.create">
 			    <source>Create new filemount</source>
-- 
GitLab