| Index: ui/keyboard/resources/layouts/function-key-row.html
|
| diff --git a/ui/keyboard/resources/layouts/function-key-row.html b/ui/keyboard/resources/layouts/function-key-row.html
|
| index 6c89359170b253fe70665d0287fa3aa293310df4..217c49cb146d982cfed706bae23cf10c0f7fca5d 100644
|
| --- a/ui/keyboard/resources/layouts/function-key-row.html
|
| +++ b/ui/keyboard/resources/layouts/function-key-row.html
|
| @@ -5,7 +5,7 @@
|
| -->
|
|
|
| <template>
|
| - <Kb-key class="esc dark" char="Esc">esc</kb-key>
|
| + <kb-key class="esc dark" char="Esc">esc</kb-key>
|
| <kb-key class="back dark" char="Back"></kb-key>
|
| <kb-key class="forward dark" char="Forward"></kb-key>
|
| <kb-key class="reload dark" char="Reload"></kb-key>
|
|
|