Przeglądaj źródła

Changed Name incorrect into IMPORT SESSION bread crumb DT#5496

Arthur Portugal 15 lat temu
rodzic
commit
de33f680d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main/admin/session_import.php

+ 1 - 1
main/admin/session_import.php

@@ -35,7 +35,7 @@ $tbl_session_course_user	= Database::get_main_table(TABLE_MAIN_SESSION_COURSE_US
 
 $tool_name = get_lang('ImportSessionListXMLCSV');
 
-$interbreadcrumb[] = array('url' => 'index.php','name' => get_lang('AdministrationTools'));
+$interbreadcrumb[] = array('url' => 'index.php','name' => get_lang('PlatformAdmin'));
 
 set_time_limit(0);