From 31506af8fc2f11d56073c9ff5771684e5a0b5fb4 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 17 Jul 2020 09:59:13 +0530 Subject: [PATCH] - fix empty space at start of line --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index f828a1d2..d481c78c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -166,7 +166,7 @@ "translate": "If you would like to contribute by providing translations in your language, <1>please visit this link.", "dangerZone": { "heading": "Danger Zone", - "text": " If you would like to delete your account and erase all your resumes, it’s just one button away. Please be wary as this is an irreversible process.", + "text": "If you would like to delete your account and erase all your resumes, it’s just one button away. Please be wary as this is an irreversible process.", "button": "Delete Account" } },