| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index d9c771f3fadde458983b4e748419277325ada521..f9274d3b52db0ab31d2cd02d70564ec6e93bab9b 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2080,10 +2080,10 @@ const char kNtpOfflinePagesDescription[] =
|
| "offline pages are enabled.";
|
|
|
| const char kOfflinePagesAsyncDownloadName[] =
|
| - R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages.)*";
|
| + R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages.)*";
|
|
|
| const char kOfflinePagesAsyncDownloadDescription[] =
|
| - R"*(Enables showing "DOWNLOAD PAGE LATER" button in error pages such )*"
|
| + R"*(Enables showing "DOWNLOAD WHEN ONLINE" button in error pages such )*"
|
| R"*(that the user can click on it to download the page later.)*";
|
|
|
| const char kOfflinePagesSvelteConcurrentLoadingName[] =
|
|
|