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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html

Issue 2984023002: Rename buttons for voice interaction value prop screen (Closed)
Patch Set: Created 3 years, 5 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/chromeos/login/oobe_voice_interaction_value_prop.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
index 0f638d6bf5288e461eef8cca89d5147529701fc7..1797a4cdfd4dd39a3fece335c1ddff25635cb21a 100644
--- a/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
+++ b/chrome/browser/resources/chromeos/login/oobe_voice_interaction_value_prop.html
@@ -28,22 +28,18 @@
</div>
</div>
<div class="bottom-buttons flex layout horizontal">
- <oobe-text-button id="skip-button" android on-tap="onNoThanksTap_"
+ <oobe-text-button id="skip-button" android on-tap="onSkipTap_"
disabled="[[valuePropButtonsDisabled]]">
<div i18n-content="voiceInteractionValuePropSkipButton"></div>
</oobe-text-button>
- <oobe-text-button id="no-thanks-button" android on-tap="onNoThanksTap_"
- disabled="[[valuePropButtonsDisabled]]">
- <div i18n-content="voiceInteractionValuePropNoThanksButton"></div>
- </oobe-text-button>
<div class="flex"></div>
<oobe-text-button id="retry-button" inverse android on-tap="onRetryTap_"
disabled="[[valuePropButtonsDisabled]]">
<div i18n-content="voiceInteractionValuePropRetryButton"></div>
</oobe-text-button>
- <oobe-text-button id="continue-button" inverse android
- on-tap="onContinueTap_" disabled="[[valuePropButtonsDisabled]]">
- <div i18n-content="voiceInteractionValuePropContinueButton"></div>
+ <oobe-text-button id="next-button" inverse android
+ on-tap="onNextTap_" disabled="[[valuePropButtonsDisabled]]">
+ <div i18n-content="voiceInteractionValuePropNextButton"></div>
</oobe-text-button>
</div>
</oobe-dialog>

Powered by Google App Engine
This is Rietveld 408576698