Remove unnecessary string interpolation

This commit is contained in:
Dean Herbert 2022-06-06 20:18:57 +09:00
parent f96340e37d
commit 3b4b35c51e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public void DeleteVideos(List<BeatmapSetInfo> items, bool silent = false)
{
Progress = 0,
Text = $"Preparing to delete all {HumanisedModelName} videos...",
CompletionText = $"No videos found to delete!",
CompletionText = "No videos found to delete!",
State = ProgressNotificationState.Active,
};