We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89f089 commit 416e20dCopy full SHA for 416e20d
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -24,7 +24,7 @@
24
25
#ifndef LTHPasscodeViewControllerStrings
26
#define LTHPasscodeViewControllerStrings(key) [LTHLocalizedString(key) length] == 0 \
27
- ? [[NSBundle bundleWithPath: [SWIFTPM_MODULE_BUNDLE pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]] localizedStringForKey:(@"Unlock using Touch ID") value:@"" table:_localizationTableName] \
+ ? [[NSBundle bundleWithPath: [SWIFTPM_MODULE_BUNDLE pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]] localizedStringForKey:(key) value:@"" table:_localizationTableName] \
28
: LTHLocalizedString(key)
29
#endif
30
0 commit comments