Just a little hot-fix but thought that there might be someone else sitting out there with the urge
I am using labels quite a bit now so it got a little irritating that these were alligned to center. bingbangbum so I alligned it to the left like shown in the picture.
goto
\modules\tickets
find
staff_viewticket.php
Just search for "Labels" and when you find a "Labels" with some code before it looking like this:
align="center">'. $_SWIFT["language"]["
labels"]
Then just change it to this:
align="
left">'. $_SWIFT["language"]["labels"]
In my file it was on line 335 and 339
I think it is the last one that does the trick.