Skip to content

Commit bc8d853

Browse files
committed
Adjust alpha 2 banner message
1 parent 24f891b commit bc8d853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atr/templates/layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<main class="main-content">
4949
{% if (not current_user) or (current_user.uid != "sbp") %}
5050
<div class="warning-banner">
51-
<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>).
51+
This is <strong>Alpha 2 Software</strong>. You can test the process and download content, but releases must still 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>).
5252
</div>
5353
{% endif %}
5454
{% from "macros/flash.html" import render_flash_messages %}

0 commit comments

Comments
 (0)