Skip to content

Commit 5ae9c08

Browse files
authored
Re-add fix
1 parent 076fd02 commit 5ae9c08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseAuthUI/Sources/FUIAuthStrings.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@
123123
/** @var kTableName
124124
@brief The name of the strings table to search for localized strings.
125125
*/
126-
// static NSString *const kTableName = @"FirebaseAuthUI";
127-
NSString *const kTableName = @"FirebaseAuthUI";
126+
static NSString *const kTableName = @"FirebaseAuthUI";
128127

129128
NSString *FUILocalizedString(NSString *key) {
130129
return FUILocalizedStringFromTable(key, kTableName);

0 commit comments

Comments
 (0)