Update license message

This commit is contained in:
Gregory Schier
2025-01-04 07:36:38 -08:00
parent 68e1b5d746
commit 609bd4cdea

View File

@@ -28,8 +28,10 @@ export function SettingsLicense() {
) : ( ) : (
<Banner color="primary" className="flex flex-col gap-3 max-w-lg"> <Banner color="primary" className="flex flex-col gap-3 max-w-lg">
{check.data?.type === 'trialing' && ( {check.data?.type === 'trialing' && (
<p> <p className="select-text">
<strong>Your trial ends in {formatDistanceToNow(check.data.end)}.</strong> <strong>
You have {formatDistanceToNow(check.data.end)} remaining on your trial.
</strong>
</p> </p>
)} )}
<p className="select-text"> <p className="select-text">
@@ -39,8 +41,8 @@ export function SettingsLicense() {
</Link> </Link>
</p> </p>
<p className="select-text"> <p className="select-text">
This supports future development and ensures continued growth and improvement. This supports future development and ensures continued growth and improvement. Personal
Personal use and running the open-source code directly require no license. use and running the open-source code directly require no license.
</p> </p>
<p>~ Gregory</p> <p>~ Gregory</p>
</Banner> </Banner>