Updatet calls for Dark and Light translation

This commit is contained in:
kodxana 2019-10-01 22:51:12 +02:00 committed by Sean Yesmunt
parent b84a00087e
commit 81e53135d9

View file

@ -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));
};
}