mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -30,8 +30,8 @@ export type PreciseVolumePluginConfig = {
|
||||
};
|
||||
|
||||
export default createPlugin({
|
||||
name: t('plugins.precise-volume.name'),
|
||||
description: t('plugins.precise-volume.description'),
|
||||
name: () => t('plugins.precise-volume.name'),
|
||||
description: () => t('plugins.precise-volume.description'),
|
||||
restartNeeded: true,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user