--- loncom/interface/lonnotify.pm 2019/07/23 13:58:53 1.43 +++ loncom/interface/lonnotify.pm 2021/03/06 13:41:46 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Sending messages # -# $Id: lonnotify.pm,v 1.43 2019/07/23 13:58:53 raeburn Exp $ +# $Id: lonnotify.pm,v 1.44 2021/03/06 13:41:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -788,7 +788,7 @@ sub form_elements { previous => &mt('Previously had access'), future => &mt('Will have future access'), ); - %{$authtypes} = ( + %{$authtypes} = &Apache::lonlocal::texthash ( krb4 => 'Kerberos 4', krb5 => 'Kerberos 5', internal => 'Internal (LON-CAPA)',