Skip to content

Commit

Permalink
Localization update (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored and mike-dydx committed Aug 21, 2024
1 parent bfa59fc commit 2ed0c56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ private class dydxOnboardScanViewPresenter: HostedViewPresenter<dydxOnboardScanV
completed(decriptionKey)
} else {
let prompter = PrompterFactory.shared?.textPrompter()
prompter?.prompt(title: "Enter the decoding key", message: nil, text: nil, placeholder: nil, completion: { text, ok in
prompter?.prompt(title: DataLocalizer.localize(path: "APP.ONBOARDING.ENTER_CODE"),
message: nil, text: nil, placeholder: nil, completion: { text, ok in
if ok, let text = text {
completed(text)
}
Expand Down

0 comments on commit 2ed0c56

Please sign in to comment.