diff --git a/options/locale_next/locale_en-US.json b/options/locale_next/locale_en-US.json
index e525598ed5..def49e1a58 100644
--- a/options/locale_next/locale_en-US.json
+++ b/options/locale_next/locale_en-US.json
@@ -17,5 +17,6 @@
"themes.names.forgejo-auto": "Forgejo (follow system theme)",
"themes.names.forgejo-light": "Forgejo light",
"themes.names.forgejo-dark": "Forgejo dark",
- "error.not_found.title": "Page not found"
+ "error.not_found.title": "Page not found",
+ "alert.asset_load_failed": "Failed to load asset files from {path}. Please make sure the asset files can be accessed."
}
\ No newline at end of file
diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl
index fed426a469..3c2def228a 100644
--- a/templates/base/footer.tmpl
+++ b/templates/base/footer.tmpl
@@ -13,7 +13,7 @@
{{template "base/footer_content" .}}
-
+
{{template "custom/footer" .}}