Skip to content

Commit

Permalink
Re-add fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored May 14, 2024
1 parent 076fd02 commit 5ae9c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FirebaseAuthUI/Sources/FUIAuthStrings.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@
/** @var kTableName
@brief The name of the strings table to search for localized strings.
*/
// static NSString *const kTableName = @"FirebaseAuthUI";
NSString *const kTableName = @"FirebaseAuthUI";
static NSString *const kTableName = @"FirebaseAuthUI";

NSString *FUILocalizedString(NSString *key) {
return FUILocalizedStringFromTable(key, kTableName);
Expand Down

0 comments on commit 5ae9c08

Please sign in to comment.