Skip to content

Commit

Permalink
update text and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed May 2, 2024
1 parent 885c9c7 commit 5db7bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/page/seedbackup/verify_seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (pg *VerifySeedPage) OnNavigatedTo() {
for _, word := range seedWords {
listGroupSeed = append(listGroupSeed, &layout.List{Axis: layout.Horizontal})
index := seedPosition(word, allSeeds)
//use pg.wordSeedType.AllSeeds() instead of allSeeds because getMultiSeed() will change the slice
// use pg.wordSeedType.AllSeeds() instead of allSeeds because getMultiSeed() will change the slice
shuffledSeed := pg.getMultiSeed(index, pg.wordSeedType.AllSeeds())
multiSeedList = append(multiSeedList, shuffledSeed)
}
Expand Down
2 changes: 1 addition & 1 deletion ui/values/localizable/en.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ const EN = `
"immatureRewards" = "Immature Rewards"
"immatureStakeGen" = "Immature Stake Gen"
"import" = "Import"
"importantSeedPhrase" = "The word seed phrase is EXTREMELY IMPORTANT."
"importantSeedPhrase" = "The seed phrase is EXTREMELY IMPORTANT."
"imported" = "imported"
"importExistingWallet" = "Import an existing wallet"
"importWatchingOnlyWallet" = "Import a watch-only wallet"
Expand Down

0 comments on commit 5db7bc8

Please sign in to comment.