Skip to content

Commit

Permalink
fix: fix wrong labelling in process overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Jan 24, 2025
1 parent 308b4f0 commit da5ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/uii/process_all.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@

<!-- Alle Schritte Auflisten -->
<td
data-label="#{msgs.ProzessverwaltungForm}"
data-label="#{ProzessverwaltungForm.modusAnzeige=='aktuell'?msgs.prozessTitel:msgs.titel}"
class="prozessVerwaltung">
<ui:include
src="templatePG/includes/ajaxPlusMinusButton.xhtml">
Expand Down

0 comments on commit da5ea06

Please sign in to comment.