From e8192b2b5399fa4b97673c82fb0845d552ec1752 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:54:23 +0300 Subject: [PATCH] Improve wording --- DiscordChatExporter.Gui/ViewModels/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs b/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs index c96cb45..5836d72 100644 --- a/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs +++ b/DiscordChatExporter.Gui/ViewModels/MainViewModel.cs @@ -58,8 +58,8 @@ public partial class MainViewModel( 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. """,