From 9a2ff05f186d5924c537445e5a93f3db0322d0b7 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Wed, 9 Oct 2024 17:19:01 -0400 Subject: [PATCH] update index page message with correct branch names --- template/en/default/index.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 108c944cb4..5648198c78 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -18,8 +18,8 @@ [% IF user.in_group("admin") %]
-

This installation was git pulled from the 5.0 branch, which is no longer - supported. Please run git checkout 5.2 to pick up where this branch left off. +

This installation was git pulled from the release-5.0-stable branch, which is no longer + supported. Please run git checkout releast-5.2-stable to pick up where this branch left off. Please see Bug 1850481 for details.

Only members of the 'admin' group can see this message.

-- 2.47.2