| Index: chrome/browser/resources/chromeos/first_run/app/main.html
|
| diff --git a/chrome/browser/resources/chromeos/first_run/app/main.html b/chrome/browser/resources/chromeos/first_run/app/main.html
|
| index a8c6df813c6709e75b29d6874880aeedd7a74115..3a48e57dcedcaeea3a206f512ab7c45b94feaa79 100644
|
| --- a/chrome/browser/resources/chromeos/first_run/app/main.html
|
| +++ b/chrome/browser/resources/chromeos/first_run/app/main.html
|
| @@ -28,8 +28,8 @@
|
| </div>
|
| <h1>$i18n{greetingHeader}</h1>
|
| <p>
|
| - <span>$i18n{greetingText1}</span><br>
|
| - <span>$i18n{greetingText2}</span>
|
| + <div>$i18n{greetingText1}</div>
|
| + $i18n{greetingText2}
|
| </p>
|
| <div class="controls">
|
| <button class="next-button custom-appearance blue-button" tabindex="0">
|
|
|