summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLError.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLError.m')
-rw-r--r--SmartDeviceLink/private/SDLError.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLError.m b/SmartDeviceLink/private/SDLError.m
index 120077f88..6a72f296a 100644
--- a/SmartDeviceLink/private/SDLError.m
+++ b/SmartDeviceLink/private/SDLError.m
@@ -176,7 +176,7 @@ NS_ASSUME_NONNULL_BEGIN
NSDictionary<NSString *, NSString *> *userInfo = @{
NSLocalizedDescriptionKey: @"Cannot overwrite remote file",
NSLocalizedFailureReasonErrorKey: @"The remote file system already has a file of this name, and the file manager is set to not automatically overwrite files",
- NSLocalizedRecoverySuggestionErrorKey: @"Set SDLFileManager autoOverwrite to YES, or call forceUploadFile:completion:"
+ NSLocalizedRecoverySuggestionErrorKey: @"Set file.overwrite to true to overwrite the file"
};
return [NSError errorWithDomain:SDLErrorDomainFileManager code:SDLFileManagerErrorCannotOverwrite userInfo:userInfo];
}