@playkit-js/moderation 3.2.24 → 3.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playkit-js/moderation",
3
- "version": "3.2.24",
3
+ "version": "3.2.25",
4
4
  "main": "dist/playkit-moderation.js",
5
5
  "private": false,
6
6
  "bugs": {
@@ -197,7 +197,7 @@ export class ModerationPlugin extends KalturaPlayer.core.BasePlugin {
197
197
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
198
198
  // @ts-ignore
199
199
  displayName: 'Moderation',
200
- ariaLabel: 'Moderation',
200
+ ariaLabel: <Text id="moderation.report_content">Report Content</Text>,
201
201
  order: 90,
202
202
  component: () => (<PluginButton setRef={this._setPluginButtonRef} />) as any,
203
203
  svgIcon: {path: icons.PLUGIN_ICON, viewBox: `0 0 ${icons.BigSize} ${icons.BigSize}`},