Fix broken webui was updated info text

Regression 65a9a905be
This commit is contained in:
schroda
2026-01-15 01:26:41 +01:00
parent bc077bdad7
commit 25b8c85ef2
2 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,7 @@ export const WebUIUpdateChecker = () => {
<Dialog open={open} onClose={shouldForceRefresh ? () => setOpen(false) : noOp}>
<DialogTitle>{t`Updated version`}</DialogTitle>
<DialogContent>
<DialogContentText>{t`{name} was updated to version ${newVersion} (${aboutWebUI?.channel})`}</DialogContentText>
<DialogContentText>{t`WebUI was updated to version ${newVersion} (${aboutWebUI?.channel})`}</DialogContentText>
</DialogContent>
<DialogActions>
<Button href={changelogUrl} target="_blank" rel="noreferrer">