Commit 2f91030
[BUGFIX] Replace undefined variable with locallang key
The title of the "edit column" button in the page
module is now using the correct locallang key
instead of an undefined variable, which fixes a11y
of this button and helps mouse users.
The same fix has also been applied to TYPO3 some years ago,
and has been backported back to TYPO3 v11:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/77026
Fixes: #6371 parent 7ff2844 commit 2f91030
File tree
3 files changed
+3
-3
lines changed- Resources/Private
- Partials11/PageLayout/Grid
- Partials12/PageLayout/Grid
- Partials/PageLayout/Grid
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments