Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Oct 23, 2024
1 parent 6e79489 commit 68d131c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LightBulb/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
""",
Expand Down

0 comments on commit 68d131c

Please sign in to comment.