From 1dcc092a585d14f21140b8b4f6f14791f929c0a1 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 18 Apr 2020 14:15:52 +0100 Subject: [PATCH] feat: update 'GC' to Garbage Collector License: MIT Signed-off-by: Henrique Dias --- assets/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/locales/en.json b/assets/locales/en.json index 2e4bff80b..7b4e96385 100644 --- a/assets/locales/en.json +++ b/assets/locales/en.json @@ -4,7 +4,7 @@ "ipfsIsStarting": "IPFS is starting", "ipfsIsNotRunning": "IPFS is not running", "ipfsHasErrored": "IPFS has errored", - "gcIsRunning": "GC is running", + "gcIsRunning": "Garbage Collector is running", "start": "Start", "stop": "Stop", "restart": "Restart",