Skip to content

Commit

Permalink
Merge pull request #486 from firebase/Yue-Wang-Google-patch-1
Browse files Browse the repository at this point in the history
Fix a bug where translation string is not correctly populated
  • Loading branch information
morganchen12 authored Jul 23, 2018
2 parents 5d61d1a + 20c6a54 commit 5fc532f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ - (void)useFullMessageWithSMSRateTerm {
- (NSAttributedString *)fullPrivacyPolicyAndTOSMessageWithSMSRateInfo {
NSString *messageFormat =
[NSString stringWithFormat:FUIPhoneAuthLocalizedString(kPAStr_TermsSMS),
FUIPhoneAuthLocalizedString(kPAStr_Verify)];
FUIPhoneAuthLocalizedString(kPAStr_Verify), @"%@", @"%@"];
return [self privacyPolicyAndTOSMessageFromFormat:messageFormat];


Expand Down

0 comments on commit 5fc532f

Please sign in to comment.