diff --git a/templates/user/dashboard/repolist.tmpl b/templates/user/dashboard/repolist.tmpl
index 20638aab41125..5d78970a58d8a 100644
--- a/templates/user/dashboard/repolist.tmpl
+++ b/templates/user/dashboard/repolist.tmpl
@@ -2,7 +2,7 @@
 const data = {
 	...window.config.pageData.dashboardRepoList, // it only contains searchLimit and uid
 
-	isMirrorsEnabled: {{.IsMirrorsEnabled}},
+	isMirrorsEnabled: {{.MirrorsEnabled}},
 	isStarsEnabled: {{not .IsDisableStars}},
 
 	textRepository: {{.locale.Tr "repository"}},