Skip to content

Commit 0cd19e5

Browse files
fix(FEC-14216): Fix missing QnA icon
1 parent 4c9a4d0 commit 0cd19e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qna-plugin.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class QnaPlugin extends KalturaPlayer.core.BasePlugin {
218218
this._pluginIcon = this.upperBarManager!.add({
219219
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
220220
// @ts-ignore
221-
displayName: 'Q&A',
221+
displayName: 'QnA',
222222
ariaLabel: 'Q&A',
223223
order: 20,
224224
svgIcon: {path: icons.PLUGIN_ICON, viewBox: `0 0 ${icons.BigSize} ${icons.BigSize}`},

0 commit comments

Comments
 (0)