From 8fa9755c8e6db88174c3c426f4ee0d81451e114d Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Mon, 22 Jan 2024 03:39:54 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20breadcrumb=20title=20in=20season=E2=80=99?= =?UTF-8?q?s=20form.gohtml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/admin/season/form.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/admin/season/form.gohtml b/web/templates/admin/season/form.gohtml index d2f62f3..7f9b21a 100644 --- a/web/templates/admin/season/form.gohtml +++ b/web/templates/admin/season/form.gohtml @@ -12,7 +12,7 @@ {{- end }} {{ define "breadcrumb" -}} -
  • {{( pgettext "Season" "title" )}}
  • +
  • {{( pgettext "Seasons" "title" )}}
  • {{- end }} {{ define "content" -}}