This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 62d14ea6 Update warning banner text in base.html
62d14ea6 is described below

commit 62d14ea61b8d5e4086409b2c834f5b6c717f60e5
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Feb 16 08:00:39 2026 -0800

    Update warning banner text in base.html
---
 atr/templates/layouts/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 9b134dde..7fab13ae 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -48,7 +48,7 @@
           <main class="main-content">
             {% if (not current_user) or (current_user.uid != "sbp") %}
               <div class="warning-banner">
-                <strong>Alpha 2 Software:</strong> ATR is available as Alpha 
software. You can test the release process and download test content, but 
release have to be committed by hand to <a 
href="https://dist.apache.org/repos/dist/release/";>svn:dist/release</a> (see <a 
href="https://tooling.apache.org/svn-dist.html";>future plans</a>).
+                <strong>Alpha 2 Software:</strong> ATR is available as Alpha 
software. You can test the release process and download test content, but 
release have to be committed by hand to <a 
href="https://dist.apache.org/repos/dist/release/";>svn:dist/release</a> (see <a 
href="https://tooling.apache.org/svn-dist.html";>svn-dist Transition Plan 
1B</a>).
               </div>
             {% endif %}
             {% from "macros/flash.html" import render_flash_messages %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to