Skip to content

Commit 1ea708a

Browse files
authored
CI ctrl run
1 parent 47c133d commit 1ea708a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

FirebaseAuthUI/Sources/FUIAuthStrings.m

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

128129
NSString *FUILocalizedString(NSString *key) {
129130
return FUILocalizedStringFromTable(key, kTableName);

0 commit comments

Comments
 (0)