Skip to content

Commit 8f498d4

Browse files
davras5claude
andcommitted
Rename Eigentümer → Verantwortlich for consistency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1a9d3bd commit 8f498d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prototype1/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)