Reword unlock string
Cette révision appartient à :
Parent
e5c0969047
révision
464b4b18a4
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -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>
|
||||
|
|
Référencer dans un nouveau ticket