Merge pull request #15777 from danteruiz/fix-launcher-typo

BUGZ-707: HQ Launcher says "lastest and greatest"
This commit is contained in:
Shannon Romano 2019-06-17 12:23:37 -07:00 committed by GitHub
commit 625ec7ca84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
break;
case CHECKING_UPDATE:
[self.boldStatus setStringValue:@"Getting updates..."];
[self.smallStatus setStringValue:@"We're getting the lastest and greatest for you, one sec."];
[self.smallStatus setStringValue:@"We're getting the latest and greatest for you, one sec."];
break;
case RUNNING_INTERFACE_AFTER_UPDATE:
[self.boldStatus setStringValue:@"You're good to go!"];