[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Thu Nov 17 16:43:38 EST 2022


raeburn		Thu Nov 17 21:43:38 2022 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Use shorter description
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.417 loncom/interface/domainprefs.pm:1.418
--- loncom/interface/domainprefs.pm:1.417	Thu Nov 17 13:12:40 2022
+++ loncom/interface/domainprefs.pm	Thu Nov 17 21:43:38 2022
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.417 2022/11/17 13:12:40 raeburn Exp $
+# $Id: domainprefs.pm,v 1.418 2022/11/17 21:43:38 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7741,7 +7741,7 @@
                 auto   => 'Unrestricted',
                 instdom => 'Other domain shares institution/provider',
                 extdom => 'Other domain has different institution/provider',
-                notify => 'Receive notification of role requests requiring DC authorization',
+                notify => 'Notify when role needs authorization',
             );
             my %names = &Apache::lonlocal::texthash (
                 domain => 'Domain role',
@@ -17994,7 +17994,7 @@
                   user     => 'User authorizes',
                   domain   => 'Domain Coordinator authorizes',
                   auto     => 'Unrestricted',
-                  notify   => 'Receive notification of role requests requiring DC authorization',
+                  notify   => 'Notify when role needs authorization',
     );
     my %fieldnames = &Apache::lonlocal::texthash (
                         id => 'Student/Employee ID',




More information about the LON-CAPA-cvs mailing list