Updatet calls for Dark and Light translation
This commit is contained in:
parent
b84a00087e
commit
81e53135d9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export function doSetClientSetting(key, value) {
|
|||
|
||||
export function doGetThemes() {
|
||||
return dispatch => {
|
||||
const themes = ['light', 'dark'];
|
||||
const themes = [__('light'), __('dark')];
|
||||
dispatch(doSetClientSetting(SETTINGS.THEMES, themes));
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue