From 9e09d19334a6f2d4896fb9fa6da203a1ca39bc31 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 4 Mar 2019 14:37:27 +0100 Subject: [PATCH] fix url --- src/actions/WalletActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({