--- loncom/interface/domainprefs.pm 2017/07/26 19:45:45 1.303 +++ loncom/interface/domainprefs.pm 2017/07/27 13:42:35 1.304 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.303 2017/07/26 19:45:45 raeburn Exp $ +# $Id: domainprefs.pm,v 1.304 2017/07/27 13:42:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -11822,7 +11822,7 @@ sub modify_selfcreation { } } else { $chgtext .= &mt('For self-created accounts verified by e-mail address: "[_1]"', - $choices{$cancreate{'emailverified'}{'default'}}); + $options{$cancreate{'emailverified'}{'default'}}); } } elsif ($type eq 'emaildomain') { if (@statuses > 1) { @@ -11863,7 +11863,7 @@ sub modify_selfcreation { if ($cancreate{'emaildomain'}{'default'} eq '') { $chgtext .= &mt('No restriction on e-mail domain for self-created accounts verified by e-mail address, where username is chosen by user.'); } else { - $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1], + $chgtext .= &mt('For self-created accounts verified by e-mail address, where username is chosen by user, e-mail domain needs to be: [_1]', $cancreate{'selfcreateprocessing'}{'default'}); } }