From 9267fbc8572a9c305cc27289ee60e1d91bcbbe2f Mon Sep 17 00:00:00 2001 From: sqshq Date: Mon, 1 Jul 2019 02:08:27 -0400 Subject: [PATCH] minor status bar and welcome page text changes --- component/intro.go | 4 ++-- console/console.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/component/intro.go b/component/intro.go index 5210ffd..d4616bd 100644 --- a/component/intro.go +++ b/component/intro.go @@ -67,7 +67,7 @@ func (intro *Intro) Draw(buffer *ui.Buffer) { "", "", "", "Welcome.", "Sampler is free of charge for personal use, but license must be purchased to use it for business purposes.", - "By proceeding, you agree to the terms of the license agreement and privacy policy: www.sampler.dev/license", + "By proceeding, you agree to the terms of the License Agreement and Privacy Policy: www.sampler.dev/license", "", "", "", "How do you plan to use Sampler?", }...) @@ -79,7 +79,7 @@ func (intro *Intro) Draw(buffer *ui.Buffer) { personalText := append(util.AsciiLogo, []string{ "", "", "", "", - "Sampler is always free for non-commercial use, but you can support the project and buy a personal license:", + "Sampler is always free for non-commercial use, but you can support the project and donate any amount to get a personal license:", "www.sampler.dev", }...) diff --git a/console/console.go b/console/console.go index d03304b..6665f3a 100644 --- a/console/console.go +++ b/console/console.go @@ -15,7 +15,7 @@ const ( RowsCount = 40 AppTitle = "sampler" AppVersion = "0.9.1" - AppLicenseWarning = "UNLICENSED. FOR PERSONAL USE ONLY. VISIT WWW.SAMPLER.DEV" + AppLicenseWarning = "UNLICENSED. FOR NON-COMMERCIAL USE ONLY. VISIT WWW.SAMPLER.DEV" ) const (