Skip to content

Commit 416e20d

Browse files
authored
Remove static string typo
I was testing localization and set the Touch ID string as the value for the string to use. I have since removed this and use the key parameter instead
1 parent d89f089 commit 416e20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#ifndef LTHPasscodeViewControllerStrings
2626
#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] \
27+
? [[NSBundle bundleWithPath: [SWIFTPM_MODULE_BUNDLE pathForResource:@"LTHPasscodeViewController" ofType:@"bundle"]] localizedStringForKey:(key) value:@"" table:_localizationTableName] \
2828
: LTHLocalizedString(key)
2929
#endif
3030

0 commit comments

Comments
 (0)