mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 15:30:49 +01:00
Reword unlock string
This commit is contained in:
parent
e5c0969047
commit
464b4b18a4
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<string name="label_extension_info">Extension info</string>
|
||||
<string name="label_help">Help</string>
|
||||
|
||||
<string name="unlock_library">Unlock Library</string>
|
||||
<string name="unlock_app">Unlock Tachiyomi</string>
|
||||
|
||||
<!-- Actions -->
|
||||
<string name="action_settings">Settings</string>
|
||||
|
|
Loading…
Reference in a new issue