How to change the action name?

SOLVED

Hi all,.

I wanted to change the action name that is displayed on the screen from "Document Reviewed" to "Document Review".

I have try changing it in the workflow rule, did not success.

I have try updating it, assuming that the value comes from dbo.Custom_Captions.Capt_US, by using the SQL query below, but did not success.

update Custom_Captions set Capt_US='Document Review' where Capt_CaptionId=17774

what other columns/field that I should check?

thank you.

Parents Reply Children
No Data