Skip to content

Commit 9508dc4

Browse files
authored
Update UIAlert copy. (#6182)
1 parent f1a5ee9 commit 9508dc4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

FirebaseAppDistribution/Sources/FIRAppDistributionUIService.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ - (void)showUIAlert:(UIAlertController *)alertController {
142142

143143
- (void)showUIAlertWithCompletion:(FIRFADUIActionCompletion)completion {
144144
UIAlertController *alert = [UIAlertController
145-
alertControllerWithTitle:@"Enable in-app alerts"
146-
message:@"Sign in with your Firebase App Distribution Google account to "
147-
@"turn on in-app alerts for new test releases."
145+
alertControllerWithTitle:@"Enable new build alerts"
146+
message:@"Get in-app alerts when new builds are ready to test."
148147
preferredStyle:UIAlertControllerStyleAlert];
149148

150149
UIAlertAction *yesButton = [UIAlertAction actionWithTitle:@"Turn on"

0 commit comments

Comments
 (0)