File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1257,7 +1257,7 @@ function renderProductsList(listTab) {
12571257 }
12581258
12591259 const colgroup = '<colgroup><col style="width:18%"><col style="width:27%"><col style="width:13%"><col style="width:12%"><col style="width:10%"><col style="width:20%"></colgroup>' ;
1260- const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Formate</th><th scope="col">Häufigkeit</th><th scope="col">Status</th><th scope="col">Herausgeber </th></tr></thead>' ;
1260+ const thead = '<thead><tr><th scope="col">Name</th><th scope="col">Beschreibung</th><th scope="col">Formate</th><th scope="col">Häufigkeit</th><th scope="col">Status</th><th scope="col">Verantwortlich </th></tr></thead>' ;
12611261
12621262 function productRow ( dp ) {
12631263 const desc = getDefinitionText ( dp . description , lang ) ;
You can’t perform that action at this time.
0 commit comments