Add missing word “Drive”; refer to “System Settings.”

This commit is contained in:
Brent Simmons
2024-11-23 11:24:25 -08:00
parent 4986192823
commit 12c496a613

View File

@@ -13,7 +13,7 @@ enum CloudKitAccountViewControllerError: LocalizedError {
case iCloudDriveMissing
var errorDescription: String? {
return NSLocalizedString("Unable to add iCloud Account. Please make sure you have iCloud and iCloud enabled in System Preferences.", comment: "Unable to add iCloud Account.")
return NSLocalizedString("Unable to add iCloud Account. Please make sure you have iCloud and iCloud Drive enabled in System Settings.", comment: "Unable to add iCloud Account.")
}
}