Commit 8806a5c1 authored by Mustafa Emre Acer's avatar Mustafa Emre Acer Committed by Commit Bot

Change the user visible string for SSL Error Assistant

It's "Certificate Error Assistant" now.

Bug: 863762
Change-Id: I1b853703df5f2f630cd4300c2c77a417028ab7d7
Reviewed-on: https://chromium-review.googlesource.com/1180424Reviewed-by: default avatarCarlos IL <carlosil@chromium.org>
Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Mustafa Emre Acer <meacer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585182}
parent f22ec143
......@@ -113,7 +113,8 @@ void SSLErrorAssistantComponentInstallerPolicy::GetHash(
}
std::string SSLErrorAssistantComponentInstallerPolicy::GetName() const {
return "SSL Error Assistant";
// This is a user visible string, so using something other than SSL and TLS.
return "Certificate Error Assistant";
}
update_client::InstallerAttributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment