Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
[#413] changed send feedback link to send to zendesk
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Jun 25, 2014
1 parent 9a5c216 commit 4b3846d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Hive/Backend/HISendFeedbackService.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ + (HISendFeedbackService *)sharedService {

- (void)sendSupportEmail {

NSString *escapedTo = [self escapeForURL:@"macsupport@hivewallet.com"];
NSString *escapedTo = [self escapeForURL:@"macsupport@hivewallet.zendesk.com"];
NSString *escapedSubject = [self escapeForURL:[self createSubject]];
NSString *escapedBody = [self escapeForURL:[self createBody]];

Expand All @@ -28,10 +28,8 @@ - (NSString *)escapeForURL:(NSString *)body {
}

- (NSString *)createSubject {

NSBundle *bundle = [NSBundle mainBundle];
NSArray *preferredLanguages =
[NSBundle preferredLocalizationsFromArray:[NSBundle mainBundle].localizations];
NSArray *preferredLanguages = [NSBundle preferredLocalizationsFromArray:[NSBundle mainBundle].localizations];

return [NSString stringWithFormat:@"Feedback for %@ %@/%@ (%@)",
[bundle objectForInfoDictionaryKey:@"CFBundleName"],
Expand Down

0 comments on commit 4b3846d

Please sign in to comment.