Skip to content

Commit 47c133d

Browse files
authored
[Bug] Fix firebase-ios-sdk/#12960
1 parent d5c037c commit 47c133d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseAuthUI/Sources/FUIAuthStrings.m

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

128128
NSString *FUILocalizedString(NSString *key) {
129129
return FUILocalizedStringFromTable(key, kTableName);

0 commit comments

Comments
 (0)