Skip to content

Commit

Permalink
fix: use correct labels
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Jun 7, 2024
1 parent 8b3b438 commit 02431cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
(case flow-state
:correct-private-key (i18n/label :t/correct-private-key)
:invalid-private-key (i18n/label :t/invalid-private-key)
:incorrect-private-key (i18n/label :t/correct-private-key {:name (:name keypair)})
:incorrect-private-key (i18n/label :t/incorrect-private-key {:name (:name keypair)})
nil)])]

[rn/view {:style style/slide-container}
Expand Down

0 comments on commit 02431cc

Please sign in to comment.