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