mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-15 12:21:47 +00:00
fix(i18n): plugin name, description i18n
This commit is contained in:
@ -193,10 +193,10 @@ const showNeedToRestartDialog = (id: string) => {
|
||||
],
|
||||
title: t('main.dialog.need-to-restart.title'),
|
||||
message: t('main.dialog.need-to-restart.message', {
|
||||
pluginName: plugin?.name ?? id,
|
||||
pluginName: plugin?.name?.() ?? id,
|
||||
}),
|
||||
detail: t('main.dialog.need-to-restart.detail', {
|
||||
pluginName: plugin?.name ?? id,
|
||||
pluginName: plugin?.name?.() ?? id,
|
||||
}),
|
||||
defaultId: 0,
|
||||
cancelId: 1,
|
||||
|
||||
Reference in New Issue
Block a user