Skip to content

Commit 68d131c

Browse files
committed
Improve wording
1 parent 6e79489 commit 68d131c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LightBulb/ViewModels/MainViewModel.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ private async Task ShowDevelopmentBuildMessageAsync()
104104

105105
var dialog = viewModelManager.CreateMessageBoxViewModel(
106106
"Unstable build warning",
107-
"""
108-
You're using a development build of the application. These builds are not thoroughly tested and may contain bugs.
107+
$"""
108+
You're using a development build of {Program.Name}. These builds are not thoroughly tested and may contain bugs.
109109
110110
Auto-updates are disabled for development builds. If you want to switch to a stable release, please download it manually.
111111
""",

0 commit comments

Comments
 (0)