diff --git a/dev/ProgressRing/ProgressRingAutomationPeer.cpp b/dev/ProgressRing/ProgressRingAutomationPeer.cpp index b166a98dc1..2e32ba76ed 100644 --- a/dev/ProgressRing/ProgressRingAutomationPeer.cpp +++ b/dev/ProgressRing/ProgressRingAutomationPeer.cpp @@ -41,7 +41,7 @@ winrt::hstring ProgressRingAutomationPeer::GetNameCore() { if (progressRing.IsIndeterminate()) { - return winrt::hstring{ ResourceAccessor::GetLocalizedStringResource(SR_ProgressRingIndeterminateStatus) + name }; + return winrt::hstring{ ResourceAccessor::GetLocalizedStringResource(SR_ProgressRingIndeterminateStatus) + L" " + name }; } else {