From ed428b47855836df20efaa4a31498a7e11381808 Mon Sep 17 00:00:00 2001
From: Torben Hansen <derhansen@gmail.com>
Date: Wed, 18 Jan 2023 11:04:34 +0100
Subject: [PATCH] [BUGFIX] Fix typo in language file of ext:reactions
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Resolves: #99595
Releases: main
Signed-off-by: Torben Hansen <derhansen@gmail.com>
Change-Id: I57e085abc685ba918754de3be25ad0eef906f725
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77463
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
---
 .../reactions/Resources/Private/Language/locallang_db.xlf       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/reactions/Resources/Private/Language/locallang_db.xlf b/typo3/sysext/reactions/Resources/Private/Language/locallang_db.xlf
index 1fda5347c2e2..7b488a514a3d 100644
--- a/typo3/sysext/reactions/Resources/Private/Language/locallang_db.xlf
+++ b/typo3/sysext/reactions/Resources/Private/Language/locallang_db.xlf
@@ -32,7 +32,7 @@
 				<source>Secret</source>
 			</trans-unit>
 			<trans-unit id="sys_reaction.secret.description" resname="sys_reaction.secret.description">
-				<source>The secret is required to call the reaction from the outside. The secret can be re-created anytime, but will only be visible once (unitl the record got saved).</source>
+				<source>The secret is required to call the reaction from the outside. The secret can be re-created anytime, but will only be visible once (until the record got saved).</source>
 			</trans-unit>
 			<trans-unit id="sys_reaction.secret.passwordGenerator" resname="sys_reaction.secret.passwordGenerator">
 				<source>Generate secret token</source>
-- 
GitLab