Skip to content

Commit

Permalink
fix(ADA-1805): Continues ADA-1734 adding proper translated label for …
Browse files Browse the repository at this point in the history
…the moderation plugin (#100)
  • Loading branch information
RazvanBrinzoiK05 authored Nov 26, 2024
1 parent d061267 commit d02ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/moderation-plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class ModerationPlugin extends KalturaPlayer.core.BasePlugin {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
displayName: 'Moderation',
ariaLabel: 'Moderation',
ariaLabel: <Text id="moderation.report_content">Report Content</Text>,
order: 90,
component: () => (<PluginButton setRef={this._setPluginButtonRef} />) as any,
svgIcon: {path: icons.PLUGIN_ICON, viewBox: `0 0 ${icons.BigSize} ${icons.BigSize}`},
Expand Down

0 comments on commit d02ed0e

Please sign in to comment.