Skip to content

Commit

Permalink
osx: update helper upgrade dialogue text
Browse files Browse the repository at this point in the history
Issue: KBFS-2814
  • Loading branch information
strib committed Mar 7, 2018
1 parent c54f68d commit cbb1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/KBKit/KBKit/Component/KBHelperTool.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ - (void)doInstallAlert:(KBSemVersion *)bundleVersion runningVersion:(KBSemVersio
NSString *infoText = @"";
if ([bundleVersion isOrderedSame:[KBSemVersion version:@"1.0.31"]]) {
alertText = @"New Keybase feature: multiple users in macOS";
infoText = @"Previously, only one user of this computer could find their Keybase files at /keybase. With this update, /keybase will now support multiple users on the same computer by redirecting to keybase/ in your home directory, where most apps put files.\n\nYou may need to enter your password for this update."; }
infoText = @"Previously, only one user of this computer could find their Keybase files at /keybase. With this update, /keybase will now support multiple users on the same computer by redirecting to user-specific Keybase directories in /Volumes.\n\nYou may need to enter your password for this update."; }
NSAlert *alert = [[NSAlert alloc] init];
[alert setMessageText:alertText];
[alert setInformativeText:infoText];
Expand Down

0 comments on commit cbb1411

Please sign in to comment.