May 28, 2020 at 8:56 am
#5921
T
TomParticipant
Hello steveland, you are the best. It works great for us.
I only adjusted 3 lines:
Open Tickets page: +d and text shortened to “aktualisiert” because of the column width.
text = text.replace('Last Updated', 'aktualisiert');
In My Tickets queue: the colum name ist different “Last Update” compared to open tickets.
text = text.replace('Last Update', 'aktualisiert');
Text shortened to “Fälligkeit” because of the column width.
text = text.replace('Due Date', 'Fälligkeit');
But everyone can decide for themselves. 😉
Thank you for the fix