diff options
author | Leandra Eberle <lea@ccczh.ch> | 2016-11-24 22:47:32 +0100 |
---|---|---|
committer | Leandra Eberle <lea@ccczh.ch> | 2016-11-24 22:47:32 +0100 |
commit | 67df8da061f74322863354490409666eb87935b0 (patch) | |
tree | a3cfcac47eacc3239217ee9603053c0182fef637 /includes/pages/guest_login.php | |
parent | 96728fedd76069175bcb3462b1fbdd38b47e00f7 (diff) |
Typo Changes and Descriptions
Diffstat (limited to 'includes/pages/guest_login.php')
-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 e0a32423..cba5717b 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -233,7 +233,7 @@ function guest_register() { ]) ]), form_checkboxes('angel_types', _("What do you want to do?") . sprintf(" (<a href=\"%s\">%s</a>)", page_link_to('angeltypes') . '&action=about', _("Description of job types")), $angel_types, $selected_angel_types), - form_info("", _("Restricted angel types need will be confirmed later by an archangel. You can change your selection in the options section.")) + form_info("", _("Restricted angel types need will be confirmed later by a supporter. You can change your selection in the options section.")) ]), div('col-md-6', [ div('row', [ |