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:
@@ -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 we’ll 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" })}
|
||||
|
||||
Reference in New Issue
Block a user