We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc411b9 commit 98ec709Copy full SHA for 98ec709
source/nodejs/adaptivecards-designer/src/strings.ts
@@ -19,7 +19,7 @@ export class Strings {
19
commands: {
20
bindData: {
21
displayText: () => "...",
22
- accessibleText: (propertyLabel: string) => "Data Binding"
+ accessibleText: (propertyLabel: string) => `Options for ${propertyLabel} Data Binding`
23
}
24
25
},
0 commit comments