Skip to content

Commit

Permalink
IOS-2592 dialog_attestation_did_failed_message -> attestation_failed_…
Browse files Browse the repository at this point in the history
…card
  • Loading branch information
megakoko committed Dec 8, 2022
1 parent dcad9bd commit a347d6a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"backup_finalize_backup_card_message_format" = "Connect your phone and the backup card with number %@ exactly as it shown above.";
"issuer_signature_loading_failed" = "Couldn't load the card's certificate from the server. Please try again later.";
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"dialog_attestation_did_failed_message" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"dialog_attestation_completed_offline_title" = "Online attestation failed";
"dialog_attestation_completed_offline_message" = "We cannot finish card's online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation";
"dialog_attestation_completed_with_warnings_message" = "Too many runs of Attest Wallet or Sign looks suspicious.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"backup_finalize_backup_card_message_format" = "Connect your phone and the backup card with number %@ exactly as it shown above.";
"issuer_signature_loading_failed" = "Couldn't load the card's certificate from the server. Please try again later.";
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"dialog_attestation_did_failed_message" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"dialog_attestation_completed_offline_title" = "Online attestation failed";
"dialog_attestation_completed_offline_message" = "We cannot finish card's online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation";
"dialog_attestation_completed_with_warnings_message" = "Too many runs of Attest Wallet or Sign looks suspicious.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"backup_finalize_backup_card_message_format" = "Connect your phone and the backup card with number %@ exactly as it shown above.";
"issuer_signature_loading_failed" = "Couldn't load the card's certificate from the server. Please try again later.";
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"dialog_attestation_did_failed_message" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"dialog_attestation_completed_offline_title" = "Online attestation failed";
"dialog_attestation_completed_offline_message" = "We cannot finish card's online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation";
"dialog_attestation_completed_with_warnings_message" = "Too many runs of Attest Wallet or Sign looks suspicious.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"backup_finalize_backup_card_message_format" = "Connect your phone and the backup card with number %@ exactly as it shown above.";
"issuer_signature_loading_failed" = "Couldn't load the card's certificate from the server. Please try again later.";
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"dialog_attestation_did_failed_message" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"dialog_attestation_completed_offline_title" = "Online attestation failed";
"dialog_attestation_completed_offline_message" = "We cannot finish card's online attestation at this time. You can continue at your own risk and try again later, retry now or cancel the operation";
"dialog_attestation_completed_with_warnings_message" = "Too many runs of Attest Wallet or Sign looks suspicious.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"backup_finalize_backup_card_message_format" = "Соедините телефон и резервную карту с номером %@ в точности, как показано выше.";
"issuer_signature_loading_failed" = "Не удалось загрузить сертификат карты. Пожалуйста, повторите попытку позже.";
"attestation_failed_dev_card" = "Это карта предназначена для тестовых целей. Её подлинность не может быть проверена. Не принимайте эту карту как средство оплаты.";
"dialog_attestation_did_failed_message" = "Эта карта – серийный образец или подделка. Вы можете продолжать на свой страх и риск";
"attestation_failed_card" = "Эта карта – серийный образец или подделка. Вы можете продолжать на свой страх и риск";
"dialog_attestation_completed_offline_title" = "Онлайн-аттестация не удалась";
"dialog_attestation_completed_offline_message" = "В настоящее время мы не можем завершить онлайн-аттестацию карты. Вы можете продолжить на свой страх и риск и повторить попытку позже, повторить сейчас или отменить операцию.";
"dialog_attestation_completed_with_warnings_message" = "Слишком большое количество вызовов Attest Wallet или Sign выглядит подозрительно.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extension DefaultSessionViewDelegate: SessionViewDelegate {

let title = TangemSdkError.cardVerificationFailed.localizedDescription
let message = isDevelopmentCard ? "attestation_failed_dev_card".localized
: "dialog_attestation_did_failed_message".localized
: "attestation_failed_card".localized

runInMainThread(UIAlertController.showShouldContinue(from: screen,
title: title,
Expand Down

0 comments on commit a347d6a

Please sign in to comment.