Skip to content

Commit

Permalink
Renamed some strings.| #372
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed May 26, 2021
1 parent 630961a commit d9581d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class PrivateKeyDetailsFragment : BaseFragment(), ProgressBehaviour {
btnForgetPassphrase = view.findViewById(R.id.btnForgetPassphrase)
btnForgetPassphrase?.setOnClickListener {
pgpKeyDetailsViewModel.forgotPassphrase()
toast(getString(R.string.passphrase_was_erased))
toast(getString(R.string.passphrase_purged_from_memory))
eTKeyPassword?.text = null
}

Expand Down
2 changes: 1 addition & 1 deletion FlowCrypt/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
<string name="forget_passphrase">Forget pass phrase</string>
<string name="check_passphrase">Check pass phrase</string>
<string name="your_passphrase">Your pass phrase</string>
<string name="passphrase_was_erased">The pass phrase was erased</string>
<string name="passphrase_purged_from_memory">Pass phrase purged from memory</string>
<string name="no_details_about_given_key">There are no details about the given key</string>
<string name="active_passphrase_session">Active pass phrase session</string>
</resources>

0 comments on commit d9581d0

Please sign in to comment.