Actions
Bug #6843
closedProvider specific language keys do not work
Description
For example VIEW_FACEBOOK_PROFILE should replace VIEW_PROVIDER_PROFILE for Facebook only. However, CB stops once it finds a matching language key which will always be VIEW_PROVIDER_PROFILE since it's the default. This is easily fixed by changing the order of the language keys so VIEW_PROVIDER_PROFILE is last after the provider specific key.
Actions