---
title: "Breaking: #78855 - Remove obsolete sys_action translations"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-78855"
source: "Changelog/8.5/Breaking-78855-RemoveObsoleteSysActionTranslations.rst"
typo3-version: "8.5"
typo3-major: 8
type: "breaking"
issue: 78855
forge: "https://forge.typo3.org/issues/78855"
tags: ["Backend", "ext:sys_action"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Breaking: #78855 - Remove obsolete sys_action translations {#breaking-78855}

See [forge#78855](https://forge.typo3.org/issues/78855)

## Description {#description}

These translations have been removed from `EXT:sys_action/Resources/Private/Language/locallang.xlf`:

-   action_BEu_hidden
-   action_BEu_username
-   action_BEu_password
-   action_BEu_realName
-   action_BEu_email
-   action_BEu_usergroups

These translations have been removed from `EXT:sys_action/Resources/Private/Language/locallang_tca.xlf`:

-   tx_sys_action

## Impact {#impact}

Integrations / third party Extensions using these translation-keys within the mentioned files will output empty strings.

## Affected Installations {#affected-installations}

Installations that use the removed translations in third party code.

## Migration {#migration}

Create your own `locallang.xlf` file and add the required translations.
