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