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 = {
13
13
navLinksLocator : `[aria-label="${ englishLocale . components . containers . navBar . controls . toggle } "] + div` ,
14
14
// Global UI controls
15
15
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 ,
17
18
18
19
// Search components (from Orama library)
19
20
searchButtonTag : 'orama-button' ,
Original file line number Diff line number Diff line change 230
230
},
231
231
"themeToggle" : {
232
232
"label" : {
233
- "light" : " Activate Light Mode" ,
234
- "dark" : " Activate Dark Mode"
233
+ "light" : " Toggle Light Mode" ,
234
+ "dark" : " Toggle Dark Mode"
235
235
}
236
236
}
237
237
},
You can’t perform that action at this time.
0 commit comments