Change Service Point Cart tip from Cart to Future
search cancel

Change Service Point Cart tip from Cart to Future

book

Article ID: 389671

calendar_today

Updated On:

Products

CA Service Desk Manager

Issue/Introduction

The end users would like to see the Service Point Cart tip as "Future" instead of the out of box "Cart"

How we can configure that?

Environment

CA xFlow all versions

Resolution

Locate the json file(for example, for US English, it is en_US.json) in 

xFlow-install\APPS\Services\incidentmicroservice-17.0.479\public\assets\i18n

folder, make a backup copy and then edit the original json file for the "cart" meta data display. For example, for en_US.json file, change

"cart": "Cart",

to

"cart": "Future",

save the change and then restart the xFlow service.

 

Additional Information

Please notice that if xFlow is upgraded, the modified json file would need to be manually checked and if the modification is gone then the json file would need to be modified again.