---
title: "Important: Label overrides are read from the documented path"
manual: "Academic Bite Jobs"
version: "main"
source: "Changelog/2.4/Important-LabelOverridesUseTheDocumentedPath.rst"
rendered: "2026-09-27T01:55:45+00:00"
---

# Important: Label overrides are read from the documented path {#important-label-overrides-use-the-documented-path}

## Description {#description}

The templates of this extension translate their labels with the extension name
`AcademicBiteJobs` instead of the extension key
`academic_bite_jobs`. TYPO3 v12 and v13 build the TypoScript path of
`_LOCAL_LANG` from that name as it is given, so they read label
overrides from `plugin.tx_academic_bite_jobs`. They now read them
from `plugin.tx_academicbitejobs` and
`plugin.tx_academicbitejobs_<plugin>`, the paths the TYPO3
documentation names and TYPO3 v14 reads anyway.

Every label of the extension, and where it is shown, is listed in
[Labels](../../Configuration/Labels/Index.html#configuration-labels).

## Impact {#impact}

On TYPO3 v12 and v13, a label override under
`plugin.tx_academic_bite_jobs._LOCAL_LANG` no longer has an effect.
Move it to `plugin.tx_academicbitejobs._LOCAL_LANG`, or to the path
of the one plugin it is meant for:

```typoscript
plugin.tx_academicbitejobs._LOCAL_LANG.default.no-jobs = There are no vacancies right now.
plugin.tx_academicbitejobs_list._LOCAL_LANG.default.no-jobs = There are no vacancies right now.
```
