Commit a8bb7c68 authored by topjohnwu's avatar topjohnwu

Add missing string resources

parent bdad29ad
...@@ -28,7 +28,7 @@ import kotlin.math.min ...@@ -28,7 +28,7 @@ import kotlin.math.min
// --- Customization // --- Customization
object Customization : SettingsItem.Section() { object Customization : SettingsItem.Section() {
override val title = "Customization".asTransitive() override val title = R.string.settings_customization.asTransitive()
} }
object Language : SettingsItem.Selector() { object Language : SettingsItem.Selector() {
......
...@@ -200,6 +200,7 @@ ...@@ -200,6 +200,7 @@
<string name="settings_su_biometric_title">Enable Biometric Authentication</string> <string name="settings_su_biometric_title">Enable Biometric Authentication</string>
<string name="settings_su_biometric_summary">Use biometric authentication to allow superuser requests</string> <string name="settings_su_biometric_summary">Use biometric authentication to allow superuser requests</string>
<string name="no_biometric">Unsupported device or no biometric settings are enabled</string> <string name="no_biometric">Unsupported device or no biometric settings are enabled</string>
<string name="settings_customization">Customization</string>
<string name="multiuser_mode">Multiuser Mode</string> <string name="multiuser_mode">Multiuser Mode</string>
<string name="settings_owner_only">Device Owner Only</string> <string name="settings_owner_only">Device Owner Only</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment