diff --git a/password_required/templates/password_required_login.html b/password_required/templates/password_required_login.html
index 6e6d855..aa871d4 100644
--- a/password_required/templates/password_required_login.html
+++ b/password_required/templates/password_required_login.html
@@ -25,7 +25,7 @@
         margin-left: 0px;
     }
 </style>
-<h1> Scratch 2.0 alpha site </h1>
+<h1> Scratch 2.0 beta site </h1>
 <form id="password-required-login" action="" method="post">{% csrf_token %}
     {{ form.as_p }}
     <input type="submit" value="{% trans "Enter" %}" />