Workspaces minor text correction (#34450)

This commit is contained in:
Laszlo Nemeth 2024-08-28 10:31:33 +02:00 committed by GitHub
parent 3c006f0abb
commit 4413089af4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ namespace WorkspacesLauncherUI.Properties {
}
/// <summary>
/// Looks up a localized string similar to Your project is launching. Waiting on ....
/// Looks up a localized string similar to Your workspace is launching. Waiting on ....
/// </summary>
public static string LauncherWindowTitle {
get {

View File

@ -124,6 +124,6 @@
<value>Dismiss</value>
</data>
<data name="LauncherWindowTitle" xml:space="preserve">
<value>Your project is launching. Waiting on ...</value>
<value>Your workspace is launching. Waiting on ...</value>
</data>
</root>