| Index: chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
|
| index a7c0871d93a8f1dcaf89109c9ec4e03c518d0da5..a5c04c3b0a2fc17c01cdb14828fc1c8578db368e 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
|
| +++ b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html
|
| @@ -2,7 +2,7 @@
|
| <div class="mic"></div>
|
| <div class="container">
|
| <div class="header">
|
| - <span class="close"></span>
|
| + <span id="st-close-button" class="close"></span>
|
| <div class="header-text">
|
| <div class="v-spacing-for-no-subheading"></div>
|
| <h1>Let's train your Chromebook</h1>
|
| @@ -32,7 +32,7 @@
|
| </div>
|
| </div>
|
| <div class="buttonbar">
|
| - <button id="st-cancel-button">CANCEL</button>
|
| + <button id="st-cancel-button" class="finish-button">CANCEL</button>
|
| </div>
|
| </div>
|
| </div>
|
|
|