Skip to content

[BUGFIX] Replace undefined variable with locallang key#639

Merged
achimfritz merged 1 commit intob13:masterfrom
bnf:edit-column-a11y-fix
Oct 30, 2025
Merged

[BUGFIX] Replace undefined variable with locallang key#639
achimfritz merged 1 commit intob13:masterfrom
bnf:edit-column-a11y-fix

Conversation

@bnf
Copy link
Contributor

@bnf bnf commented Oct 29, 2025

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: #637

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: b13#637
@achimfritz achimfritz self-assigned this Oct 30, 2025
Copy link
Contributor

@achimfritz achimfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 , Thanks, (i will later compare the whole partials with the core-changes)

@achimfritz achimfritz merged commit 2f91030 into b13:master Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accessibility improvements: add labels to edit button

2 participants