We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c133d commit 1ea708aCopy full SHA for 1ea708a
1 file changed
FirebaseAuthUI/Sources/FUIAuthStrings.m
@@ -123,7 +123,8 @@
123
/** @var kTableName
124
@brief The name of the strings table to search for localized strings.
125
*/
126
-static NSString *const kTableName = @"FirebaseAuthUI";
+// static NSString *const kTableName = @"FirebaseAuthUI";
127
+NSString *const kTableName = @"FirebaseAuthUI";
128
129
NSString *FUILocalizedString(NSString *key) {
130
return FUILocalizedStringFromTable(key, kTableName);
0 commit comments