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?
CA xFlow all versions
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.
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.