From e61d51288924554edaafafcfe77e2768cacd8230 Mon Sep 17 00:00:00 2001 From: Milos Milic <124778054+MilosM348@users.noreply.github.com> Date: Wed, 6 May 2026 17:39:26 +0200 Subject: [PATCH] :bug: Fix missing labels.open i18n key surfacing raw key as aria-label (#9320) --- CHANGES.md | 1 + frontend/translations/en.po | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0f142fe5d5..167bcbee6c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -134,6 +134,7 @@ - Fix tooltip appearing two times when nested elements [Github #9031](https://github.com/penpot/penpot/issues/9031) - Fix broken update library notification link in the UI [Github #9070](https://github.com/penpot/penpot/issues/9070) - Fix plugin API `ShapeBase.component()` returning the outermost component instead of the immediate component in case of nested component instances [Github #9183](https://github.com/penpot/penpot/issues/9183) +- Fix missing `labels.open` translation that surfaced the raw key as the typography font open-button `aria-label`, breaking screen-reader output (by @MilosM348) ## 2.15.0 (Unreleased) diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 5fe66d7884..0c524f9777 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -2948,6 +2948,10 @@ msgstr "Old password" msgid "labels.only-yours" msgstr "Only yours" +#: src/app/main/ui/workspace/sidebar/options/menus/typography.cljs:698 +msgid "labels.open" +msgstr "Open" + #: src/app/main/ui/comments.cljs:911, src/app/main/ui/comments.cljs:976, src/app/main/ui/workspace/palette.cljs:199, src/app/main/ui/workspace/sidebar/options/menus/blur.cljs:107, src/app/main/ui/workspace/sidebar/options/menus/component.cljs:906, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:155, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:213, src/app/main/ui/workspace/sidebar/options/menus/frame_grid.cljs:294, src/app/main/ui/workspace/sidebar/options/menus/interactions.cljs:402, src/app/main/ui/workspace/sidebar/options/menus/layout_container.cljs:1031, src/app/main/ui/workspace/sidebar/options/menus/text.cljs:316, src/app/main/ui/workspace/sidebar/options/menus/text.cljs:345, src/app/main/ui/workspace/sidebar/options/rows/shadow_row.cljs:146 msgid "labels.options" msgstr "Options"