Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Sep 9, 2024
1 parent c1ded97 commit ac84d6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RadixWallet/Core/Resources/Generated/L10n.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,12 @@ public enum L10n {
}
}
public enum Biometrics {
public enum AppLockAvailableAlert {
/// Your phone was updated and now supports Apple's built-in App Lock feature.
public static let message = L10n.tr("Localizable", "biometrics_appLockAvailableAlert_message", fallback: "Your phone was updated and now supports Apple's built-in App Lock feature.")
/// Advanced Lock Disabled
public static let title = L10n.tr("Localizable", "biometrics_appLockAvailableAlert_title", fallback: "Advanced Lock Disabled")
}
public enum DeviceNotSecureAlert {
/// Your device currently has no device access security set, such as biometrics or a PIN. The Radix Wallet requires this to be set for your security.
public static let message = L10n.tr("Localizable", "biometrics_deviceNotSecureAlert_message", fallback: "Your device currently has no device access security set, such as biometrics or a PIN. The Radix Wallet requires this to be set for your security.")
Expand Down

0 comments on commit ac84d6b

Please sign in to comment.