diff --git a/src/actions/WalletActions.js b/src/actions/WalletActions.js index da22dd97..063f548e 100644 --- a/src/actions/WalletActions.js +++ b/src/actions/WalletActions.js @@ -85,7 +85,7 @@ export const toggleSidebar = (): WalletAction => ({ }); export const fetchLocale = (locale: string): ThunkAction => (dispatch: Dispatch): void => { - fetch(`/l10n/${locale}.json`) + fetch(`./l10n/${locale}.json`) .then(response => response.json()) .then(messages => { dispatch({