Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: chrome/browser/resources/file_manager/js/drive_banners.js

Issue 12207124: Change Get started to Check eligibility in the promo banner in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/js/drive_banners.js
diff --git a/chrome/browser/resources/file_manager/js/drive_banners.js b/chrome/browser/resources/file_manager/js/drive_banners.js
index 19a5ca9515c5d21577d71c2ddb6cb7fc92d67cba..d614fc6660955338037256fab96abe6701a548b2 100644
--- a/chrome/browser/resources/file_manager/js/drive_banners.js
+++ b/chrome/browser/resources/file_manager/js/drive_banners.js
@@ -169,7 +169,7 @@ FileListBannerController.prototype.showBanner_ = function(type, messageId) {
title.textContent = str('DRIVE_WELCOME_TITLE_ALTERNATIVE');
more = util.createChild(links,
'drive-welcome-button drive-welcome-start', 'a');
- more.textContent = str('DRIVE_WELCOME_GET_STARTED');
+ more.textContent = str('DRIVE_WELCOME_CHECK_ELIGIBILITY');
more.href = GOOGLE_DRIVE_REDEEM;
} else {
title.textContent = str('DRIVE_WELCOME_TITLE');

Powered by Google App Engine
This is Rietveld 408576698