fix(update): t() arg-shape — explicit interpolation map
Version 1.0.46. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@ export default function UpdateBanner() {
|
||||
banner
|
||||
showIcon
|
||||
icon={<CloudDownloadOutlined />}
|
||||
message={t('update.available', meta)}
|
||||
message={t('update.available', { pkg: meta.pkg, installed: meta.installed, available: meta.available })}
|
||||
action={
|
||||
<Button size="small" type="primary" onClick={() => setOpen(true)}>
|
||||
{t('update.viewDetails')}
|
||||
|
||||
Reference in New Issue
Block a user