cancellation_en.js 567 B

1234567891011
  1. let CancellationEn = {
  2. "ProtectTheSecurity":"To protect the security of your account, the following conditions must be met before your cancellation application becomes effective.",
  3. "AccountFinance":"1. Account finance has been settled",
  4. "UnlockAccount":"2. Unlock account permissions",
  5. "Theaccounthas":"3. The account has no disputes, including complaints and reports",
  6. "TheNextStep":"The next step",
  7. "EnterYourLoginPassword":"Please enter your login password",
  8. "PleaseEnterYourLoginPassword":"Please enter your login password"
  9. }
  10. export default CancellationEn