diff --git a/docs/getting-started.md b/docs/getting-started.md index d8cf19074..f3f578e8a 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -175,14 +175,14 @@ extra: ### Localization -The **Previous** and **Next** labels in the footer can easily be changed by -defining the variables `extra.i18n.prev` and `extra.i18n.next`: +The following texts and labels can easily be changed by defining variables: ``` yaml extra: i18n: - prev: 'Previous' - next: 'Next' + prev: 'Previous' # "Previous" label in the footer + next: 'Next' # "Next" label in the footer + search: 'Search' # "Search" placeholder in the search bar ``` ### Adding a GitHub and Twitter account diff --git a/material/header.html b/material/header.html index aa418e229..f2ea2340e 100644 --- a/material/header.html +++ b/material/header.html @@ -44,10 +44,10 @@