diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-01 01:30:00 +0200 |
commit | 78d6aeedffa428dba1394eecb32a9534ecd04202 (patch) | |
tree | 6a49ebbb746f651425226c3ef7bb4386f16f7176 /src/templates/banknotes.html.tmpl | |
parent | 89b4267bd200824723abeeec1bbd6289e8fd2dd5 (diff) |
Fix hyphen usage
Diffstat (limited to 'src/templates/banknotes.html.tmpl')
-rw-r--r-- | src/templates/banknotes.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl index a35fe25..747d37c 100644 --- a/src/templates/banknotes.html.tmpl +++ b/src/templates/banknotes.html.tmpl @@ -16,7 +16,7 @@ <h3>{{ .Get "Designs" }}</h3> </header> <main> - {{ .Get "View the different Euro-note designs" }} + {{ .Get "View the different Euro banknote designs" }} </main> </article> </a> @@ -43,4 +43,4 @@ </div> </section> </main> -{{ end }}
\ No newline at end of file +{{ end }} |