From c4decb0afb19f517da9a07b87ace275066c254dc Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 8 Feb 2026 00:59:17 +0000 Subject: [PATCH] Fix pool upload page title --- html/template/sync/pool-csv-upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/template/sync/pool-csv-upload.html b/html/template/sync/pool-csv-upload.html index ee98f8ec..33644319 100644 --- a/html/template/sync/pool-csv-upload.html +++ b/html/template/sync/pool-csv-upload.html @@ -1,5 +1,5 @@ {{ template "sync/layout/authenticated.html" . }} -{{ define "title" }}Layout Test{{ end }} +{{ define "title" }}Pool Upload{{ end }} {{ define "extraheader" }} {{ end }}