From 1c0c75436e075e6678e3354c18c7d90ba60ff329 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Sun, 20 Dec 2020 11:08:14 +0100 Subject: [PATCH] Changed grammar Reported at Transifex. Signed-off-by: rakekniven --- templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin.php b/templates/admin.php index 11d7c79..0679cc1 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -65,7 +65,7 @@ foreach ($_['groups'] as $group) {

- t('If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly.'));?> + t('If configured, usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly.'));?>

t('User instructions')); ?>

t('Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language.'));?>