diff --git a/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/PrivateKeyDetailsFragment.kt b/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/PrivateKeyDetailsFragment.kt
index e0658dfc3c..2b21d68d5e 100644
--- a/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/PrivateKeyDetailsFragment.kt
+++ b/FlowCrypt/src/main/java/com/flowcrypt/email/ui/activity/fragment/PrivateKeyDetailsFragment.kt
@@ -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
}
diff --git a/FlowCrypt/src/main/res/values/strings.xml b/FlowCrypt/src/main/res/values/strings.xml
index 7807d18c57..25baa5a30d 100644
--- a/FlowCrypt/src/main/res/values/strings.xml
+++ b/FlowCrypt/src/main/res/values/strings.xml
@@ -505,7 +505,7 @@
Forget pass phrase
Check pass phrase
Your pass phrase
- The pass phrase was erased
+ Pass phrase purged from memory
There are no details about the given key
Active pass phrase session