mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05: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()
|
val promptInfo = BiometricPrompt.PromptInfo.Builder()
|
||||||
.setTitle(getString(R.string.unlock_library))
|
.setTitle(getString(R.string.unlock_app))
|
||||||
.setDeviceCredentialAllowed(true)
|
.setDeviceCredentialAllowed(true)
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<string name="label_extension_info">Extension info</string>
|
<string name="label_extension_info">Extension info</string>
|
||||||
<string name="label_help">Help</string>
|
<string name="label_help">Help</string>
|
||||||
|
|
||||||
<string name="unlock_library">Unlock Library</string>
|
<string name="unlock_app">Unlock Tachiyomi</string>
|
||||||
|
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<string name="action_settings">Settings</string>
|
<string name="action_settings">Settings</string>
|
||||||
|
|
Loading…
Reference in a new issue