File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/i18n/src/locales Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ const locators = {
1313 navLinksLocator : `[aria-label="${ englishLocale . components . containers . navBar . controls . toggle } "] + div` ,
1414 // Global UI controls
1515 languageDropdownName : englishLocale . components . common . languageDropdown . label ,
16- themeToggleName : englishLocale . components . common . themeToggle . label ,
16+ // default light theme
17+ themeToggleName : englishLocale . components . common . themeToggle . label . light ,
1718
1819 // Search components (from Orama library)
1920 searchButtonTag : 'orama-button' ,
Original file line number Diff line number Diff line change 230230 },
231231 "themeToggle" : {
232232 "label" : {
233- "light" : " Activate Light Mode" ,
234- "dark" : " Activate Dark Mode"
233+ "light" : " Toggle Light Mode" ,
234+ "dark" : " Toggle Dark Mode"
235235 }
236236 }
237237 },
You can’t perform that action at this time.
0 commit comments