diff --git a/src/components/action/action.tsx b/src/components/action/action.tsx index 8cdb14cd4a9..a9a3830110e 100755 --- a/src/components/action/action.tsx +++ b/src/components/action/action.tsx @@ -56,14 +56,14 @@ export class Action implements InteractiveComponent, LoadableComponent { @Prop() icon: string; /** - * When `true`, indicates unread changes. + * When `true`, displays a visual indicator. */ @Prop({ reflect: true }) indicator = false; /** - * Specifies the text label to display `indicator` is `true`. + * When `indicator` is `true`, specifies the accessible context of the `indicator`. * - * @default "Unread changes" + * @default "Indicator present" */ @Prop() intlIndicator: string = TEXT.indicator;