mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -19,8 +19,8 @@ export default createPlugin<
|
||||
},
|
||||
CaptionsSelectorConfig
|
||||
>({
|
||||
name: t('plugins.captions-selector.name'),
|
||||
description: t('plugins.captions-selector.description'),
|
||||
name: () => t('plugins.captions-selector.name'),
|
||||
description: () => t('plugins.captions-selector.description'),
|
||||
config: {
|
||||
enabled: false,
|
||||
disableCaptions: false,
|
||||
|
||||
Reference in New Issue
Block a user