diff options
author | anykraus <anykraus@users.noreply.github.com> | 2016-11-07 20:24:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 20:24:01 +0100 |
commit | 8c22ec7f6d6bd0bf975d2fcbc43251ddd42200a0 (patch) | |
tree | 7fd82a7b0511cc9298510eaf26178f86889029b5 /includes | |
parent | d5d2acc7d80920eef5f0ed779a3738a12d5db348 (diff) |
typo fixed (sheduler to scheduler)
Diffstat (limited to 'includes')
-rw-r--r-- | includes/pages/guest_login.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 1f1b7ab2..a2139cc1 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -197,7 +197,7 @@ function guest_register() { } return page_with_title(register_title(), [ - _("By completing this form you're registering as a Chaos-Angel. This script will create you an account in the angel task sheduler."), + _("By completing this form you're registering as a Chaos-Angel. This script will create you an account in the angel task scheduler."), $msg, msg(), form([ |