diff options
Diffstat (limited to 'src/templates/banknotes.html.tmpl')
-rw-r--r-- | src/templates/banknotes.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/banknotes.html.tmpl b/src/templates/banknotes.html.tmpl index 7349dcf..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> @@ -26,7 +26,7 @@ <h3>{{ .Get "Location Codes" }}</h3> </header> <main> - {{ .Get "Find out where your notes were printed!" }} + {{ .Get "Find out where your notes were printed" }} </main> </article> </a> @@ -36,11 +36,11 @@ <h3>{{ .Get "Test Notes" }}</h3> </header> <main> - {{ .Get "Learn about the special test notes!" }} + {{ .Get "Learn about the special test notes" }} </main> </article> </a> </div> </section> </main> -{{ end }}
\ No newline at end of file +{{ end }} |