Merged in fix/sas-unlink-missing-intl (pull request #1534)

Add missing intl keys for SAS unlink flow

Approved-by: Linus Flood
This commit is contained in:
Anton Gunnarsson
2025-03-19 09:12:36 +00:00
parent 9688232b2d
commit 8d1e9954d4
7 changed files with 19 additions and 2 deletions

View File

@@ -18,9 +18,8 @@ export function UnlinkSAS() {
titleText={intl.formatMessage({
id: "Are you sure you want to unlink your account?",
})}
// TODO update copy
bodyText={intl.formatMessage({
id: "We could not connect your accounts to give you access. Please contact us and well help you resolve this issue.",
id: "This will remove any level upgrades and you will no longer be able to transfer points from SAS.",
})}
cancelButtonText={intl.formatMessage({ id: "Go back" })}
proceedText={intl.formatMessage({ id: "Yes, unlink my accounts" })}