Skip to content

Commit

Permalink
IOS-2592 dialog_attestation_completed_offline_message -> attestation_…
Browse files Browse the repository at this point in the history
…online_failed_body
  • Loading branch information
megakoko committed Dec 8, 2022
1 parent 878144c commit 8bb1314
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 @@ -52,7 +52,7 @@
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_online_failed_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";
"attestation_online_failed_body" = "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.";
"reset_codes_scan_first_card" = "Scan the card on which you want to reset the %@";
"reset_codes_scan_confirmation_card" = "Scan another linked card";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_online_failed_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";
"attestation_online_failed_body" = "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.";
"reset_codes_scan_first_card" = "Scan the card on which you want to reset the %@";
"reset_codes_scan_confirmation_card" = "Scan another linked card";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_online_failed_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";
"attestation_online_failed_body" = "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.";
"reset_codes_scan_first_card" = "Scan the card on which you want to reset the %@";
"reset_codes_scan_confirmation_card" = "Scan another linked card";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"attestation_failed_dev_card" = "This is a development card. Its authenticity cannot be verified. Do not accept this card as a means of payment.";
"attestation_failed_card" = "This card may be production sample or counterfeit. You can continue at your own risk";
"attestation_online_failed_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";
"attestation_online_failed_body" = "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.";
"reset_codes_scan_first_card" = "Scan the card on which you want to reset the %@";
"reset_codes_scan_confirmation_card" = "Scan another linked card";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"attestation_failed_dev_card" = "Это карта предназначена для тестовых целей. Её подлинность не может быть проверена. Не принимайте эту карту как средство оплаты.";
"attestation_failed_card" = "Эта карта – серийный образец или подделка. Вы можете продолжать на свой страх и риск";
"attestation_online_failed_title" = "Онлайн-аттестация не удалась";
"dialog_attestation_completed_offline_message" = "В настоящее время мы не можем завершить онлайн-аттестацию карты. Вы можете продолжить на свой страх и риск и повторить попытку позже, повторить сейчас или отменить операцию.";
"attestation_online_failed_body" = "В настоящее время мы не можем завершить онлайн-аттестацию карты. Вы можете продолжить на свой страх и риск и повторить попытку позже, повторить сейчас или отменить операцию.";
"dialog_attestation_completed_with_warnings_message" = "Слишком большое количество вызовов Attest Wallet или Sign выглядит подозрительно.";
"reset_codes_scan_first_card" = "Отсканируйте карту, на которой вы хотите сбросить %@";
"reset_codes_scan_confirmation_card" = "Отсканируйте другую привязанную карту";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extension DefaultSessionViewDelegate: SessionViewDelegate {
}

let title = "attestation_online_failed_title".localized
let message = "dialog_attestation_completed_offline_message".localized
let message = "attestation_online_failed_body".localized

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

0 comments on commit 8bb1314

Please sign in to comment.