diff --git a/.mokogitea/manifest.xml b/.mokogitea/manifest.xml
index 33f5301395..ce4ddc972f 100644
--- a/.mokogitea/manifest.xml
+++ b/.mokogitea/manifest.xml
@@ -4,7 +4,7 @@
MokoGitea
MokoConsulting
Moko fork of Gitea - adding project board REST API endpoints and custom enhancements
- 06.12.00
+ 06.12.02
v1.26.1+MOKO
GNU General Public License v3
diff --git a/.mokogitea/workflows/issue-branch.yml b/.mokogitea/workflows/issue-branch.yml
index 3380ff4bd3..a3562bead2 100644
--- a/.mokogitea/workflows/issue-branch.yml
+++ b/.mokogitea/workflows/issue-branch.yml
@@ -5,7 +5,7 @@
# FILE INFORMATION
# DEFGROUP: Gitea.Workflow
# INGROUP: mokoplatform.Automation
-# VERSION: 06.12.00
+# VERSION: 06.12.02
# BRIEF: Auto-create feature branch when an issue is opened
name: "Universal: Issue Branch"
diff --git a/models/migrations/v1_27/v347.go b/models/migrations/v1_27/v347.go
index 20f2e027b3..44422ef710 100644
--- a/models/migrations/v1_27/v347.go
+++ b/models/migrations/v1_27/v347.go
@@ -8,7 +8,7 @@ import (
)
// AddRepoManifestTable creates the repo_manifest table for storing
-// moko-platform manifest settings per repository.
+// mokoplatform manifest settings per repository.
func AddRepoManifestTable(x *xorm.Engine) error {
type RepoManifest struct {
ID int64 `xorm:"pk autoincr"`
diff --git a/templates/repo/settings/manifest.tmpl b/templates/repo/settings/manifest.tmpl
index 7630bf2ed8..191698dbbf 100644
--- a/templates/repo/settings/manifest.tmpl
+++ b/templates/repo/settings/manifest.tmpl
@@ -101,6 +101,16 @@
{{end}}
{{end}}
+
+
+
+ {{if .Manifest.ElementNameMismatch}}
+
{{ctx.Locale.Tr "repo.settings.manifest_element_mismatch" .Manifest.AutoElementName}}
+ {{else}}
+
{{ctx.Locale.Tr "repo.settings.manifest_element_full_help"}}
+ {{end}}
+
+ {{end}}