mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 06:04:23 +00:00
The asset-picker's segmented control toggling between Avatar and Image modes carried a hardcoded English `:aria-label "Icon rendering mode"`. Every other aria-label in this file goes through `(t :icon.*)`; this one was missed. The two option labels were already translated (`:icon.asset-mode/avatar` / `:icon.asset-mode/image`) — only the group label was bare. Add `:icon.asset-mode/picker-aria-label "Asset type"` (en) / "资产类型" (zh-cn), mirroring the existing `:icon.color/picker-aria-label` convention. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>