From b829789978c8603f24e8bc316676d062a69c70ed Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 29 May 2023 09:17:39 -0700 Subject: [PATCH] updated the string related to weeks If we're going to increase the cookie length, we also need to update the string to reflect this. --- templates/login.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/login.tpl.php b/templates/login.tpl.php index 61955af..c3a4f26 100644 --- a/templates/login.tpl.php +++ b/templates/login.tpl.php @@ -11,7 +11,7 @@ - + @@ -27,4 +27,4 @@ $(function() { }); -includeTemplate($GLOBALS['bottom_include']); ?> \ No newline at end of file +includeTemplate($GLOBALS['bottom_include']); ?> -- 2.30.2