Skip to content

Commit b6344c9

Browse files
authored
Update quota exceeded error message (#5725)
1 parent a6611ea commit b6344c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@
383383
/** @var kFIRAuthErrorMessageQuotaExceeded
384384
@brief Message for @c FIRAuthErrorCodeQuotaExceeded error code.
385385
*/
386-
static NSString *const kFIRAuthErrorMessageQuotaExceeded = @"The phone verification quota for this "
387-
"project has been exceeded.";
386+
static NSString *const kFIRAuthErrorMessageQuotaExceeded = @"The quota for this operation "
387+
"has been exceeded.";
388388

389389
/** @var kFIRAuthErrorMessageMissingAppToken
390390
@brief Message for @c FIRAuthErrorCodeMissingAppToken error code.

0 commit comments

Comments
 (0)