From d3539974d1bf6acaf2ef48208ee83c4653458d2d Mon Sep 17 00:00:00 2001 From: xithical <86810816+xithical@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:25:02 -0500 Subject: [PATCH] Fixed typo in WTF error Changed from "What a Terrble Failure!" to "What a Terrible Failure!" --- app/translations/en_EN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/translations/en_EN.json b/app/translations/en_EN.json index d22eff97..682ca663 100644 --- a/app/translations/en_EN.json +++ b/app/translations/en_EN.json @@ -8,7 +8,7 @@ "error": { "hereIsTheError": "Here is the error", "contact": "Contact Crafty Control Support via Discord", - "terribleFailure": "What a Terrble Failure!", + "terribleFailure": "What a Terrible Failure!", "embarassing": "Oh my, well, this is embarrassing.", "error": "Error!" },