Can't locate where the UI message "You have {0} this request." is used

Jo_o Pedro
Tera Expert

So I'm having a problem due to a UI message with the key "You have {0} this request." that i can't locate. When the user approves or reject something via the hrm_todos_page in english the system display a green message saying "You have approved this request." or "You have rejected this request.".

The issue is, when I'm using the platform in portuguese (pb) the message displayed is "Você tem rejected este pedido" or "Você tem approved este pedido". It's not translating the words "approved" and "rejected". I tried to search in the platform but I can't find the script that use this UI message.


2 REPLIES 2

debendudas
Mega Sage

Hi @Jo_o Pedro,

The UI message "You have {0} this request." is using the State field of the Approval (sysapproval_approver) table. This state field choices doesn't have any other language specific values. 

debendudas_0-1748510023414.png

Hence, it is showing Approved and Rejected in English, please add other language specific values so that it will show the same in the alert.

 

If this answer helps you then accept the answer and give a thumbs up 👍!

Actually there are values ​​created in pb for this table.

Jo_oPedro_0-1748637037154.png