From 13e5ee942fea1472d2736ab74ad6c50fac33b040 Mon Sep 17 00:00:00 2001 From: kngako Date: Wed, 8 May 2024 17:15:06 +0200 Subject: [PATCH] Update lock texts --- locales/en.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/en.yaml b/locales/en.yaml index f9f7ad6..5d7c681 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -205,4 +205,10 @@ lockAccess: "Lock access" lockRequiredExplanation: "Inputting a PIN/OTP is required to access sats" lockNotRequiredExplanation: "You can access sats without inputting a PIN/OTP" disableLock: "Disable Lock" -enableLock: "Enable Lock" \ No newline at end of file +enableLock: "Enable Lock" +accessLockHasBeenEnabled: "Access Lock has been enabled." +accessLockHasBeenDisabled: "Access Lock has been disabled." +yourMachankura: "Your" +securityMechanism: "{{{your}}} {{{pinOrOTP}}}" +accessLockHasBeenEnabledExplanation: "You will now need to enter {{{securityMechanism}}} to access sats." +accessLockHasBeenDisabledExplanation: "You will now need to enter {{{securityMechanism}}} to access sats." \ No newline at end of file