@playkit-js/moderation 3.2.22 → 3.2.23-canary.0-332046b

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.22",
3
+ "version": "3.2.23-canary.0-332046b",
4
4
  "main": "dist/playkit-moderation.js",
5
5
  "private": false,
6
6
  "bugs": {
@@ -196,8 +196,8 @@ export class ModerationPlugin extends KalturaPlayer.core.BasePlugin {
196
196
  this._pluginIcon = this.upperBarManager!.add({
197
197
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
198
198
  // @ts-ignore
199
- displayName: 'Moderation',
200
- ariaLabel: 'Moderation',
199
+ displayName: 'Report Content',
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}`},
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "de": {
3
3
  "moderation": {
4
- "report_button": "Bericht",
4
+ "report_button": "Senden",
5
+ "report_content": "Melden",
5
6
  "close": "Schließen",
6
7
  "report_placeholder": "Beschreiben Sie, was Sie gesehen haben...",
8
+ "default_content_type": "Bitte auswählen",
7
9
  "report_select_title": "Wählen Sie einen Grund, weswegen Sie diesen Inhalt melden",
8
10
  "report_title": "Was stimmt mit diesem Inhalt nicht?"
9
11
  }