I want to change the text "Change Password" which comes on using <f:password> tag. Is it possible to do so?

I am using <f:password> tag in creating a field in my freestyle job. When I want to change the value of this field “Change Password” shows on the left of it. I want to change the value of this text.

That text is hard coded in the underlying jelly. So you can change it only by doing some javascript tricks.

Thanks @mawinter69, can you tell how I can do that ?