Skip to content

Commit

Permalink
change buttontext ok to sign
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatc committed Sep 13, 2020
1 parent b3e65fa commit bd766e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ColdSendDialog : AlertDialogFragment() {
builder.setTitle(R.string.sign_transaction)
.setView(R.layout.send)
.setNegativeButton(android.R.string.cancel, null)
.setPositiveButton(android.R.string.ok, null)
.setPositiveButton(R.string.sign, null)
.setNeutralButton(R.string.qr_code, null)
}

Expand Down

0 comments on commit bd766e1

Please sign in to comment.