We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5ee9 commit 9508dc4Copy full SHA for 9508dc4
FirebaseAppDistribution/Sources/FIRAppDistributionUIService.m
@@ -142,9 +142,8 @@ - (void)showUIAlert:(UIAlertController *)alertController {
142
143
- (void)showUIAlertWithCompletion:(FIRFADUIActionCompletion)completion {
144
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."
+ alertControllerWithTitle:@"Enable new build alerts"
+ message:@"Get in-app alerts when new builds are ready to test."
148
preferredStyle:UIAlertControllerStyleAlert];
149
150
UIAlertAction *yesButton = [UIAlertAction actionWithTitle:@"Turn on"
0 commit comments