Skip to content

Commit

Permalink
CI ctrl run
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored May 14, 2024
1 parent 47c133d commit 1ea708a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FirebaseAuthUI/Sources/FUIAuthStrings.m
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
/** @var kTableName
@brief The name of the strings table to search for localized strings.
*/
static NSString *const kTableName = @"FirebaseAuthUI";
// static NSString *const kTableName = @"FirebaseAuthUI";
NSString *const kTableName = @"FirebaseAuthUI";

NSString *FUILocalizedString(NSString *key) {
return FUILocalizedStringFromTable(key, kTableName);
Expand Down

0 comments on commit 1ea708a

Please sign in to comment.