Under Manage Connections users have the option to remove a connection. When they hover over the white box with 3 vertical dots the choice that shows is "Remove Connection". We located UE_REMOVECONNECTION in the CB language file and made an override, but it does not work. As a further test, we changed UE_REMOVECONNECTION in the language file itself from "Remove Connection" to "XXRemove Connection" but the message which showed for all languages on the site did not include the XX addition, which suggests that UE_REMOVECONNECTION is not the string being called in this instance. Where can we find the language constant for this? Or, is there another way to get this to be the proper language?
It is the exact same situation with Accept Connection and Reject Connection buttons.