| Index: chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
|
| index 08897198176885bbcd15dcca8336511f0ff77f03..b405ba7a056050b9c8851d7c755c4f10cc586a82 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
|
| +++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html
|
| @@ -8,7 +8,7 @@
|
| <h2>Say 'Ok Google' any time your screen is on</h2>
|
| </div>
|
| </div>
|
| - <div id="ho-training" class="content">
|
| + <div id="hotword-only-training" class="content">
|
| <h4>Let's train your Chromebook</h4>
|
| <div class="col-2">
|
| <br>
|
| @@ -34,7 +34,8 @@
|
| </div>
|
| </div>
|
| <div class="buttonbar">
|
| - <button id="ho-cancel-button">CANCEL</button>
|
| + <button id="hotword-only-cancel-button"
|
| + class="finish-button">CANCEL</button>
|
| </div>
|
| </div>
|
| </div>
|
|
|