Inform about server version updates

This commit is contained in:
schroda
2024-05-07 01:35:19 +02:00
parent eb0ba0b6a8
commit 4f92a0130e
3 changed files with 78 additions and 22 deletions

View File

@@ -156,8 +156,10 @@ export const WebUIUpdateChecker = () => {
<DialogTitle>{t('settings.about.webui.label.updated')}</DialogTitle>
<DialogContent>
<DialogContentText>
{t('settings.about.webui.label.update_success', {
version: webUIVersion,
{t('global.update.label.update_success', {
name: t('settings.webui.title.webui'),
version: newVersion,
channel: aboutWebUI?.channel,
})}
</DialogContentText>
</DialogContent>