We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197b4ac commit 257250aCopy full SHA for 257250a
SampleApps/WebView2APISample/AppWindow.cpp
@@ -1804,10 +1804,10 @@ void AppWindow::RegisterEventHandlers()
1804
[this]
1805
{
1806
std::wstring message =
1807
- L"We detected there is a new version for the browser.";
+ L"A new version of the Microsoft Edge WebView2 Runtime is available on this machine. ";
1808
if (m_webView)
1809
1810
- message += L"Do you want to restart the app? \n\n";
+ message += L"Do you want to restart the WebView2APISample app? \n\n";
1811
message +=
1812
L"Click No if you only want to re-create the webviews. \n";
1813
message += L"Click Cancel for no action. \n";
0 commit comments