Skip to content

Commit

Permalink
Fixed capitalization on 'Add cosigner' dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldin-SXR committed May 28, 2021
1 parent e7d15ac commit 2394c66
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -415,7 +415,7 @@ class NewWalletImportMasterDialog : NewWalletDialog2() {
tvPrompt.setText(keyPrompt)

if (multisig && currentCosigner != 1) {
dialog.setTitle(getString(R.string.Add_Cosigner) + " $currentCosigner")
dialog.setTitle(getString(R.string.Add_cosigner) + " $currentCosigner")
}

dialog.getButton(AlertDialog.BUTTON_NEUTRAL).setOnClickListener { scanQR(this) }
Expand Down

0 comments on commit 2394c66

Please sign in to comment.