1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

i18n: cut down new pam terms

This commit is contained in:
bbedward
2026-07-16 10:36:35 -04:00
parent 3951cd6b18
commit 1ef5371c3b
4 changed files with 56 additions and 65 deletions
@@ -31,7 +31,7 @@ func TestLockScreenAuthenticationCardOwnsFactorControls(t *testing.T) {
}
content := string(data)
authCard := strings.Index(content, `title: I18n.tr("Lock Screen Authentication")`)
authCard := strings.Index(content, `title: I18n.tr("Authentication")`)
behaviorCard := strings.Index(content, `title: I18n.tr("Lock Screen behaviour")`)
fingerprintToggle := strings.Index(content, `settingKey: "enableFprint"`)
u2fToggle := strings.Index(content, `settingKey: "enableU2f"`)