Skip to content

Commit

Permalink
review: a11y update show code section with right localizable string key
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovic35 committed Jan 31, 2025
1 parent f9731bf commit 692eb03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct DesignToolboxCode: View {
.foregroundColor(theme.colors.colorSurfaceBrandPrimary.color(for: colorScheme))
.frame(width: 20, height: 20)
.padding(.trailing, theme.spaces.spacePaddingInlineMedium)
.accessibilityLabel("app_common_viewCodeExample_label_a11y")
.accessibilityLabel("app_common_showCode_text_a11y")
}
}
.buttonStyle(PlainButtonStyle())
Expand Down

0 comments on commit 692eb03

Please sign in to comment.