mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix copy
This commit is contained in:
parent
eac9133bb1
commit
57636207d2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class SharedSecuredStoragePassphraseFragment @Inject constructor(
|
|||
|
||||
// If has passphrase
|
||||
val pass = getString(R.string.recovery_passphrase)
|
||||
val key = getString(R.string.recovery_passphrase)
|
||||
val key = getString(R.string.recovery_key)
|
||||
ssss_restore_with_passphrase_warning_text.text = getString(
|
||||
R.string.enter_secret_storage_passphrase_or_key,
|
||||
pass,
|
||||
|
|
Loading…
Reference in a new issue