Skip to content

Commit 98ec709

Browse files
authored
Update data binding accessible text (#9121)
1 parent fc411b9 commit 98ec709

File tree

1 file changed

+1
-1
lines changed
  • source/nodejs/adaptivecards-designer/src

1 file changed

+1
-1
lines changed

source/nodejs/adaptivecards-designer/src/strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class Strings {
1919
commands: {
2020
bindData: {
2121
displayText: () => "...",
22-
accessibleText: (propertyLabel: string) => "Data Binding"
22+
accessibleText: (propertyLabel: string) => `Options for ${propertyLabel} Data Binding`
2323
}
2424
}
2525
},

0 commit comments

Comments
 (0)