]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
update index page message with correct branch names
authorDave Miller <justdave@bugzilla.org>
Wed, 9 Oct 2024 21:19:01 +0000 (17:19 -0400)
committerDave Miller <justdave@bugzilla.org>
Wed, 9 Oct 2024 21:19:01 +0000 (17:19 -0400)
template/en/default/index.html.tmpl

index 108c944cb4f734772a8e9841fa7c543a788c587a..5648198c7841a7973cbf1918f7bac8a71c0c3726 100644 (file)
@@ -18,8 +18,8 @@
 
 [% IF user.in_group("admin") %]
   <div id="dead_branch">
-    <p>This installation was git pulled from the 5.0 branch, which is no longer
-    supported. Please run <code>git checkout 5.2</code> to pick up where this branch left off.
+    <p>This installation was git pulled from the release-5.0-stable branch, which is no longer
+    supported. Please run <code>git checkout releast-5.2-stable</code> to pick up where this branch left off.
     Please see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1850481">Bug 1850481</a> for details.</p>
     <p class="notice">Only members of the 'admin' group can see this message.</p>
   </div>