diff --git a/src/app/action/action-config.ts b/src/app/action/action-config.ts index 68ac23857..d2fc0cbec 100644 --- a/src/app/action/action-config.ts +++ b/src/app/action/action-config.ts @@ -10,6 +10,11 @@ export class ActionConfig { */ moreActions?: Action[]; + /** + * Text announced to screen readers for the action config button + */ + moreActionsAriaLabel?: string; + /** * Set to true to disable secondary actions */ diff --git a/src/app/action/action.component.html b/src/app/action/action.component.html index dfaf352da..ec6ac16f1 100644 --- a/src/app/action/action.component.html +++ b/src/app/action/action.component.html @@ -23,7 +23,8 @@ *ngIf="config.moreActions?.length > 0">