From cf0b9ebaf9decf8e9bd823fd760c48054b4f69b0 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sat, 11 Mar 2023 19:34:01 +0100 Subject: [PATCH] LogInForm: change title to something #RU-like --- templates/LogInForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/LogInForm.php b/templates/LogInForm.php index 0c28e706..cafb51e9 100644 --- a/templates/LogInForm.php +++ b/templates/LogInForm.php @@ -27,7 +27,7 @@ class LogInForm extends SubTemplate { if (!empty($this->_title)) echo ' -

Log in to your account

'; +

Press #RU to continue

'; if (!empty($this->_subtemplates)) {