mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-24 14:31:48 +00:00
Fix spelling of anonymous.
This commit is contained in:
parent
0da0ceb34a
commit
b4b356c5f8
@ -960,7 +960,7 @@ static PLCrashReporterCallbacks plCrashCallbacks = {
|
|||||||
NSString *appName = bit_appName(BITHockeyLocalizedString(@"HockeyAppNamePlaceholder"));
|
NSString *appName = bit_appName(BITHockeyLocalizedString(@"HockeyAppNamePlaceholder"));
|
||||||
NSString *alertDescription = [NSString stringWithFormat:BITHockeyLocalizedString(@"CrashDataFoundAnonymousDescription"), appName];
|
NSString *alertDescription = [NSString stringWithFormat:BITHockeyLocalizedString(@"CrashDataFoundAnonymousDescription"), appName];
|
||||||
|
|
||||||
// the crash report is not anynomous any more if username or useremail are not nil
|
// the crash report is not anonymous any more if username or useremail are not nil
|
||||||
NSString *userid = [self userIDForCrashReport];
|
NSString *userid = [self userIDForCrashReport];
|
||||||
NSString *username = [self userNameForCrashReport];
|
NSString *username = [self userNameForCrashReport];
|
||||||
NSString *useremail = [self userEmailForCrashReport];
|
NSString *useremail = [self userEmailForCrashReport];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user