In our iOS app we have a RevenueCat paywall to allow purchasing a subscription.
If a user has an active subscription with account A, logs out, logs into account B, and tries to purchase a new subscription → then the following “You are currently subscribed to this” alert pops up.
We want to allow the user to transfer their account if they wish. Is there any way to change the copy of this alert to mention that they’re about to transfer their account? Right now it’s very unclear that pressing “OK” will transfer their subscription.

Thank you!