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 076fd02 commit 5ae9c08Copy full SHA for 5ae9c08
FirebaseAuthUI/Sources/FUIAuthStrings.m
@@ -123,8 +123,7 @@
123
/** @var kTableName
124
@brief The name of the strings table to search for localized strings.
125
*/
126
-// static NSString *const kTableName = @"FirebaseAuthUI";
127
-NSString *const kTableName = @"FirebaseAuthUI";
+static NSString *const kTableName = @"FirebaseAuthUI";
128
129
NSString *FUILocalizedString(NSString *key) {
130
return FUILocalizedStringFromTable(key, kTableName);
0 commit comments