Skip to content

Commit 99318e3

Browse files
Star us on github
1 parent 3411a84 commit 99318e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Certify.UI.Shared/Windows/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.ComponentModel;
44
using System.Diagnostics;
@@ -373,7 +373,7 @@ private async Task PerformAppStartupChecks()
373373
}
374374
else
375375
{
376-
MessageBox.Show(this, "You are using the app for personal use. Please continue using the app for free.");
376+
MessageBox.Show(this, "You are using the app for personal use. Please continue using the app for free. Tell your friends about us and star webprofusion/certify on github.");
377377

378378
_appViewModel.UISettings.CommunityMode = "personal";
379379
UISettings.Save(_appViewModel.UISettings);

0 commit comments

Comments
 (0)