diff --git a/src/ui/component/header/view.jsx b/src/ui/component/header/view.jsx index 46481383e..af57ab392 100644 --- a/src/ui/component/header/view.jsx +++ b/src/ui/component/header/view.jsx @@ -157,7 +157,7 @@ const Header = (props: Props) => { - {currentTheme === 'light' ? 'Dark' : 'Light'} + {currentTheme === 'light' ? __('Dark') : __('Light')}