2
0

Show purchase transaction failures to the user.

This commit is contained in:
Maarten Billemont
2020-05-23 19:58:47 -04:00
parent fee7bc7401
commit 5db294bdb3
2 changed files with 14 additions and 3 deletions

View File

@@ -249,7 +249,7 @@
masterPassword = PearlAwait( ^(void (^setResult)(id)) {
PearlMainQueue( ^{
UIAlertController *controller = [UIAlertController alertControllerWithTitle:@"Enter Old Master Password" message:
strf( @"Your old master password is required to unlock the stored password for %@", site.name )
strf( @"Your old master password is required to unlock the stored password for: <%@>", site.name )
preferredStyle:UIAlertControllerStyleAlert];
[controller addTextFieldWithConfigurationHandler:nil];
[controller addAction:[UIAlertAction actionWithTitle:@"Migrate" style:UIAlertActionStyleDefault handler: