From 609bd4cdeaa7d229d80e75a80f7cd334decae068 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 4 Jan 2025 07:36:38 -0800 Subject: [PATCH] Update license message --- src-web/components/Settings/SettingsLicense.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src-web/components/Settings/SettingsLicense.tsx b/src-web/components/Settings/SettingsLicense.tsx index 5a9090a3..1dd7dd00 100644 --- a/src-web/components/Settings/SettingsLicense.tsx +++ b/src-web/components/Settings/SettingsLicense.tsx @@ -28,8 +28,10 @@ export function SettingsLicense() { ) : ( {check.data?.type === 'trialing' && ( -

- Your trial ends in {formatDistanceToNow(check.data.end)}. +

+ + You have {formatDistanceToNow(check.data.end)} remaining on your trial. +

)}

@@ -39,8 +41,8 @@ export function SettingsLicense() {

- This supports future development and ensures continued growth and improvement. - Personal use and running the open-source code directly require no license. + This supports future development and ensures continued growth and improvement. Personal + use and running the open-source code directly require no license.

~ Gregory