Skip to content

Commit

Permalink
IOS-2592 dialog_attestation_completed_with_warnings_message -> attest…
Browse files Browse the repository at this point in the history
…ation_warning_attest_wallets
  • Loading branch information
megakoko committed Dec 8, 2022
1 parent 8bb1314 commit 8470733
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 @@ -53,7 +53,7 @@
"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";
"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.";
"attestation_warning_attest_wallets" = "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";
"reset_codes_scan_to_reset" = "Scan card to reset user codes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"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";
"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.";
"attestation_warning_attest_wallets" = "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";
"reset_codes_scan_to_reset" = "Scan card to reset user codes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"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";
"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.";
"attestation_warning_attest_wallets" = "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";
"reset_codes_scan_to_reset" = "Scan card to reset user codes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"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";
"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.";
"attestation_warning_attest_wallets" = "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";
"reset_codes_scan_to_reset" = "Scan card to reset user codes";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"attestation_failed_card" = "Эта карта – серийный образец или подделка. Вы можете продолжать на свой страх и риск";
"attestation_online_failed_title" = "Онлайн-аттестация не удалась";
"attestation_online_failed_body" = "В настоящее время мы не можем завершить онлайн-аттестацию карты. Вы можете продолжить на свой страх и риск и повторить попытку позже, повторить сейчас или отменить операцию.";
"dialog_attestation_completed_with_warnings_message" = "Слишком большое количество вызовов Attest Wallet или Sign выглядит подозрительно.";
"attestation_warning_attest_wallets" = "Слишком большое количество вызовов Attest Wallet или Sign выглядит подозрительно.";
"reset_codes_scan_first_card" = "Отсканируйте карту, на которой вы хотите сбросить %@";
"reset_codes_scan_confirmation_card" = "Отсканируйте другую привязанную карту";
"reset_codes_scan_to_reset" = "Отсканируйте карту для сброса кода";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ extension DefaultSessionViewDelegate: SessionViewDelegate {
}

let title = "dialog_attestation_completed_with_warnings_title".localized
let message = "dialog_attestation_completed_with_warnings_message".localized
let message = "attestation_warning_attest_wallets".localized
runInMainThread(UIAlertController.showAlert(from: screen,
title: title,
message: message,
Expand Down

0 comments on commit 8470733

Please sign in to comment.