diff --git a/packages/docs/docs/guide/i18n.md b/packages/docs/docs/guide/i18n.md index b3eccb7774..ce1acc89f8 100644 --- a/packages/docs/docs/guide/i18n.md +++ b/packages/docs/docs/guide/i18n.md @@ -55,7 +55,7 @@ module.exports = { // label for this locale in the language dropdown label: 'English', // Aria Label for locale in the dropdown - ariaLabel: 'Languages' + ariaLabel: 'Languages', // text for the edit-on-github link editLinkText: 'Edit this page on GitHub', // config for Service Worker diff --git a/packages/docs/docs/zh/guide/i18n.md b/packages/docs/docs/zh/guide/i18n.md index 5be0f9817d..344c6a8531 100644 --- a/packages/docs/docs/zh/guide/i18n.md +++ b/packages/docs/docs/zh/guide/i18n.md @@ -52,7 +52,7 @@ module.exports = { '/': { selectText: 'Languages', label: 'English', - ariaLabel: 'Languages' + ariaLabel: 'Languages', editLinkText: 'Edit this page on GitHub', serviceWorker: { updatePopup: {