Skip to content

Commit 671c879

Browse files
authored
fix duplicated period in realtime remote config error (#11456)
1 parent ef571e0 commit 671c879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Sources/RCNConfigRealtime.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ - (void)autoFetch:(NSInteger)remainingAttempts targetVersion:(NSInteger)targetVe
488488
code:FIRRemoteConfigUpdateErrorNotFetched
489489
userInfo:@{
490490
NSLocalizedDescriptionKey :
491-
@"Unable to fetch the latest version of the template.."
491+
@"Unable to fetch the latest version of the template."
492492
}];
493493
FIRLogError(kFIRLoggerRemoteConfig, @"I-RCN000011",
494494
@"Ran out of fetch attempts, cannot find target config version.");

0 commit comments

Comments
 (0)