03/23/2013 at 10:02 am
#254915
Keymaster
@ karin
Doing it with CSS will likely be the easiest way. Add the following to you theme’s style.css file:
.organization-unit:before {
content: "Department: ";
font-weight: bold;
}
