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:
@ -43,8 +43,8 @@ interface AdblockerConfig {
|
||||
}
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.adblocker.name'),
|
||||
description: t('plugins.adblocker.description'),
|
||||
name: () => t('plugins.adblocker.name'),
|
||||
description: () => t('plugins.adblocker.description'),
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user