I know this is a terribly small thing in the grand scheme of things, but it drives me nuts. When a user goes to the web portal to create a trouble ticket, is there a way to change the "Save" button to a "Submit" button? It makes a lot more sense...
So, technically, yes you can do that, but you might not want to as the text that shows on that button also shows on the "Save" button in the Tech view for a ticket. If you're OK with that, then steps are below :
You would need to:
btn.save = Submit
On the Client (end user) side that would then look like this:
and this is the view that would be at the bottom of a Ticket in the Tech view when a Tech is working on the ticket:
Note: This is also the way that you could 'rename' other things in the product, like if you prefer District instead of Company or you prefer Moon Time instead of Calendar.
There's a KB on this stuff here: SolarWinds Knowledge Base :: How To Customize The Web Help Desk GUI (Language And Labels)
Thank you! This is perfect!