From c4e43c805d33c2b1a407d430d5cfb3f9622d6a22 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 8 Aug 2024 13:53:44 +0200 Subject: Update variable name --- templates/about.templ | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/about.templ b/templates/about.templ index 18cdc4e..8add2dd 100644 --- a/templates/about.templ +++ b/templates/about.templ @@ -3,9 +3,9 @@ package templates import "git.thomasvoss.com/euro-cash.eu/i18n" const ( - contactEmail = `mail@euro-cash.eu` - linkStart = `` - linkEnd = `` + contactEmail = `mail@euro-cash.eu` + repoLinkStart = `` + linkEnd = `` ) templ About() { @@ -17,7 +17,7 @@ templ About() {

{ p.T("Open Source") }

- @templ.Raw(p.T("This website is an open project, and a collaboration between developers, translators, and researchers. All source code, data, images, and more for the website are open source and can be found %shere%s. This site is licensed under the BSD 0-Clause license giving you the full freedom to do whatever you would like with any of the content on this site.", linkStart, linkEnd)) + @templ.Raw(p.T("This website is an open project, and a collaboration between developers, translators, and researchers. All source code, data, images, and more for the website are open source and can be found %shere%s. This site is licensed under the BSD 0-Clause license giving you the full freedom to do whatever you would like with any of the content on this site.", repoLinkStart, linkEnd))

{ p.T("Contact Us") }

-- cgit v1.2.3