Skip to content

Commit

Permalink
Adjust i18n text for setting PIN code on Lite card (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
guowei0105 authored Dec 3, 2024
1 parent 38ac257 commit acd2f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/trezor/lvglui/scrs/pinscreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ async def request_lite_pin(ctx, prompt: str) -> str:

async def request_lite_pin_confirm(ctx) -> str:
while True:
pin1 = await request_lite_pin(ctx, _(i18n_keys.TITLE__ENTER_ONEKEY_LITE_PIN))
pin1 = await request_lite_pin(ctx, _(i18n_keys.TITLE__SET_ONEKEY_LITE_PIN))
if pin1 == 0:
return pin1
pin2 = await request_lite_pin(ctx, _(i18n_keys.TITLE__CONFIRM_ONEKEY_LITE_PIN))
Expand Down

0 comments on commit acd2f5f

Please sign in to comment.