fix: correct misleading update warning message for desktop version (#218)

This commit is contained in:
Ferenc Sárai
2026-03-09 14:24:41 +01:00
committed by Bálint Ujvári
parent b58f01cc2b
commit bc2c0addbb
+1 -1
View File
@@ -48,7 +48,7 @@ const Dashboard = (props: Props): ReactElement => {
}
if (newBeeDesktopVersion !== '') {
enqueueSnackbar(`There is new Swarm Dashboard version ${newBeeDesktopVersion}!`, {
enqueueSnackbar(`There is new Swarm Desktop version ${newBeeDesktopVersion}!`, {
variant: 'warning',
preventDuplicate: true,
key: 'desktopNewVersion',