Skip to content

Commit

Permalink
Fixed LTS issue - make sure to do one commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Oct 4, 2022
1 parent 3c4aa98 commit ffe8d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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")}
Expand Down

0 comments on commit ffe8d45

Please sign in to comment.