From cf999ce99767d6280930dcf2cf8c3a6075c571ab Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 21 May 2018 18:44:36 -0400 Subject: [PATCH] refactor runcode to use events instead; remove dependencies --- lib/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i18n/locales/en.json b/lib/i18n/locales/en.json index 2ec0df1b..4b25e6ba 100644 --- a/lib/i18n/locales/en.json +++ b/lib/i18n/locales/en.json @@ -143,4 +143,4 @@ "Starting ipfs process": "Starting ipfs process", "ipfs process started": "ipfs process started", "IPFS node detected": "IPFS node detected" -} \ No newline at end of file +}