From ffe8d459130a6f7d5745358a0207a54d2c769560 Mon Sep 17 00:00:00 2001 From: "JDJG Inc. Official" Date: Mon, 3 Oct 2022 20:18:59 -0400 Subject: [PATCH] Fixed LTS issue - make sure to do one commit --- components/Data.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Data.tsx b/components/Data.tsx index 5271e89..ffa293f 100644 --- a/components/Data.tsx +++ b/components/Data.tsx @@ -1894,7 +1894,7 @@ export default function Data({ data, demo }: any): ReactElement { content={(Badges as any)[m].description .replace( /{until}/g, - moment(data?.user?.premium_until).format("MMMM Do YYYY LTC") + moment(data?.user?.premium_until).format("MMMM Do YYYY LTS") ) .replace(/{p_2}/g, data?.dataFile ? "Their" : "Your") .replace(/{p_1}/g, data?.dataFile ? "They" : "You")}