diff --git a/src/PlanViewer.App/AboutWindow.axaml.cs b/src/PlanViewer.App/AboutWindow.axaml.cs index c66bdca..d5ce313 100644 --- a/src/PlanViewer.App/AboutWindow.axaml.cs +++ b/src/PlanViewer.App/AboutWindow.axaml.cs @@ -97,7 +97,7 @@ private async void CheckUpdate_Click(object? sender, RoutedEventArgs e) if (_velopackUpdate != null) { UpdateStatusText.Text = "Update available:"; - UpdateLink.Text = $"v{_velopackUpdate.TargetFullRelease.Version} — click to download and install"; + UpdateLink.Text = $"v{_velopackUpdate.TargetFullRelease.Version} — click to install"; UpdateLink.IsVisible = true; CheckUpdateButton.IsEnabled = true; return;