]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
typo fix release-5.0-stable
authorDave Miller <justdave@bugzilla.org>
Wed, 9 Oct 2024 21:19:39 +0000 (17:19 -0400)
committerDave Miller <justdave@bugzilla.org>
Wed, 9 Oct 2024 21:19:39 +0000 (17:19 -0400)
template/en/default/index.html.tmpl

index 5648198c7841a7973cbf1918f7bac8a71c0c3726..94dcd96f390629d4e4459b512ce678fb8a21fe74 100644 (file)
@@ -19,7 +19,7 @@
 [% IF user.in_group("admin") %]
   <div id="dead_branch">
     <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.
+    supported. Please run <code>git checkout release-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>