Skip to content

Commit

Permalink
fix(27113): fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Jan 14, 2025
1 parent 0a6d690 commit 781c4d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DesignerToolbox: FC = () => {
<PopoverContent width="unset" id="toolbox-content" data-testid="toolbox-container">
<PopoverArrow />
<PopoverCloseButton />
<PopoverHeader>Policy Toolbox</PopoverHeader>
<PopoverHeader>{t('workspace.toolbox.panel.aria-label')}</PopoverHeader>
<PopoverBody as={VStack} alignItems="flex-start" maxWidth="12rem">
<Text fontSize="sm">{t('workspace.toolbox.panel.helper')}</Text>
<ToolboxNodes direction="vertical" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"trigger_open": "Open the toolbox",
"trigger_close": "Close the toolbox",
"panel": {
"aria-label": "Policy Toolbox",
"helper": "Drag elements on the canvas then connect them",
"build": {
"title": "Build",
Expand Down

0 comments on commit 781c4d0

Please sign in to comment.