@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
|
@@ -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:
|
|
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}`},
|