Replace "connecting/sonar ping" with "outbound ringing."

This commit is contained in:
Matthew Chen 2019-01-28 11:03:50 -05:00
parent 3c0235d57e
commit c359f2b708
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
//
#import "OWSSounds.h"
@ -220,7 +220,7 @@ NSString *const kOWSSoundsStorageGlobalNotificationKey = @"kOWSSoundsStorageGlob
// Calls
case OWSSound_CallConnecting:
return @"sonarping.mp3";
return @"ringback_tone_ansi.caf";
case OWSSound_CallOutboundRinging:
return @"ringback_tone_ansi.caf";
case OWSSound_CallBusy: