Skip to content

Commit

Permalink
Update data binding accessible text (#9121)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-dingler authored Feb 24, 2025
1 parent fc411b9 commit 98ec709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards-designer/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Strings {
commands: {
bindData: {
displayText: () => "...",
accessibleText: (propertyLabel: string) => "Data Binding"
accessibleText: (propertyLabel: string) => `Options for ${propertyLabel} Data Binding`
}
}
},
Expand Down

0 comments on commit 98ec709

Please sign in to comment.