Skip to content
Snippets Groups Projects
Commit 1e25b63a authored by Michael Schams's avatar Michael Schams Committed by Benni Mack
Browse files

[BUGFIX] Fix typo in field label of Scheduler task

This patch fixes a typo in the label for the dropdown box
"scheduler_ipAnonymization_table" where backend users can select the
table to anonymize. The correct word now reads "anonymize".

Resolves: #96686
Releases: main, 11.5
Change-Id: If7122123e7e56ef8ca2fcb6a729c7c7ad0a1ca25
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73166


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 4e188faf
Branches
Tags
No related merge requests found
......@@ -460,7 +460,7 @@
<source>This task anonymizes the IP addresses to enforce the privacy of the persisted data.</source>
</trans-unit>
<trans-unit id="label.ipAnonymization.table" resname="label.ipAnonymization.table">
<source>Table to anoymize</source>
<source>Table to anonymize</source>
</trans-unit>
<trans-unit id="label.ipAnonymization.additionalInformationTable" resname="label.ipAnonymization.additionalInformationTable">
<source>Table: %s after %s days</source>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment