| Index: chrome/browser/resources/chromeos/first_run/app_list_step.html
|
| diff --git a/chrome/browser/resources/chromeos/first_run/app_list_step.html b/chrome/browser/resources/chromeos/first_run/app_list_step.html
|
| index 7cb2e4d7d7c798566bd8f7305eceb34e50e5a0e5..5e256eb601ac25b899c91954cec8fbf0c9843012 100644
|
| --- a/chrome/browser/resources/chromeos/first_run/app_list_step.html
|
| +++ b/chrome/browser/resources/chromeos/first_run/app_list_step.html
|
| @@ -1,8 +1,8 @@
|
| <div id="app-list" class="step bubble transparent hidden">
|
| <h1>$i18n{appListHeader}</h1>
|
| <p>
|
| - <span>$i18n{appListText1}</span><br>
|
| - <span>$i18n{appListText2}</span>
|
| + <div>$i18n{appListText1}</div>
|
| + $i18n{appListText2}
|
| </p>
|
| <div class="controls">
|
| <button class="next-button custom-appearance blue-button">
|
|
|