mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 07:51:20 +02:00
Update license message
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user