From 68d131c437582b9aa5a02629199169dd8b73ba25 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:53:49 +0300 Subject: [PATCH] Improve wording --- LightBulb/ViewModels/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LightBulb/ViewModels/MainViewModel.cs b/LightBulb/ViewModels/MainViewModel.cs index 09425232..e923ee46 100644 --- a/LightBulb/ViewModels/MainViewModel.cs +++ b/LightBulb/ViewModels/MainViewModel.cs @@ -104,8 +104,8 @@ private async Task ShowDevelopmentBuildMessageAsync() var dialog = viewModelManager.CreateMessageBoxViewModel( "Unstable build warning", - """ - You're using a development build of the application. These builds are not thoroughly tested and may contain bugs. + $""" + You're using a development build of {Program.Name}. These builds are not thoroughly tested and may contain bugs. Auto-updates are disabled for development builds. If you want to switch to a stable release, please download it manually. """,