mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 10:37:51 +02:00
Reword unlock string
This commit is contained in:
@ -35,7 +35,7 @@ class BiometricUnlockActivity : AppCompatActivity() {
|
||||
})
|
||||
|
||||
val promptInfo = BiometricPrompt.PromptInfo.Builder()
|
||||
.setTitle(getString(R.string.unlock_library))
|
||||
.setTitle(getString(R.string.unlock_app))
|
||||
.setDeviceCredentialAllowed(true)
|
||||
.build()
|
||||
|
||||
|
Reference in New Issue
Block a user