LogInForm: change title to something #RU-like

This commit is contained in:
Aaron van Geffen 2023-03-11 19:34:01 +01:00
parent edc857f6fd
commit cf0b9ebaf9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class LogInForm extends SubTemplate
{
if (!empty($this->_title))
echo '
<h1 class="mb-4">Log in to your account</h1>';
<h1 class="mb-4">Press #RU to continue</h1>';
if (!empty($this->_subtemplates))
{