File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1158,7 +1158,7 @@ function renderSystemsList(listTab) {
11581158 }
11591159
11601160 const colgroup = '<colgroup><col style="width:18%"><col style="width:28%"><col style="width:14%"><col style="width:10%"><col style="width:10%"><col style="width:20%"></colgroup>' ;
1161- const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Technologie</th><th scope="col">Tabellen</th><th scope="col">Status</th><th scope="col">Eigentümer </th></tr></thead>' ;
1161+ const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Technologie</th><th scope="col">Tabellen</th><th scope="col">Status</th><th scope="col">Verantwortlich </th></tr></thead>' ;
11621162
11631163 function sysRow ( s ) {
11641164 const desc = getDefinitionText ( s . description , lang ) ;
You can’t perform that action at this time.
0 commit comments