diff --git a/templates/index.html b/templates/index.html index 26e70f8..85f1d1e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -63,9 +63,9 @@ - +
-

Why Choose TimeTrack?

+

Why Choose {{ g.branding.app_name if g.branding else 'TimeTrack' }}?

100%
Free & Open Source
@@ -112,7 +112,7 @@

- TimeTrack is open source software. Host it yourself or use our free hosted version. + The software {{ g.branding.app_name if g.branding else 'TimeTrack' }} runs is open source software.
+ Host it yourself or use our free hosted version.
+ The source is available on GitHub: + https://github.com/nullmedium/TimeTrack

diff --git a/templates/login.html b/templates/login.html index 5b4b0ee..4365500 100644 --- a/templates/login.html +++ b/templates/login.html @@ -48,7 +48,7 @@
- New to TimeTrack? + New to {{ g.branding.app_name if g.branding else 'TimeTrack' }}?