From c155b178d32feaab3e43440c640718eca7b88eb9 Mon Sep 17 00:00:00 2001 From: Brandon-T Date: Fri, 3 Jan 2025 16:20:53 -0500 Subject: [PATCH] Change title and description of alert to say calendar event instead --- ios/brave-ios/Sources/BraveStrings/BraveStrings.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift b/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift index 53b5c9200128..80cc4a44d3a4 100644 --- a/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift +++ b/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift @@ -3637,15 +3637,15 @@ extension Strings { "OpenTextCalendarAlertTitle", tableName: "BraveShared", bundle: .module, - value: "Calendar available", - comment: "Title of the alert when a calendar is available for download" + value: "Calendar Event available", + comment: "Title of the alert when a calendar event is available for download" ) public static let openTextCalendarAlertDescription = NSLocalizedString( "OpenTextCalendarAlertDescription", tableName: "BraveShared", bundle: .module, - value: "Continue download a calendar from %@", - comment: "Title of the alert when a calendar is available for download. %@ is the URL placeholder of the website where the calendar will be downloaded from" + value: "Continue download a calendar event from %@", + comment: "Title of the alert when a calendar event is available for download. %@ is the URL placeholder of the website where the calendar will be downloaded from" ) public static let requestCameraPermissionPrompt = NSLocalizedString( "requestCameraPermissionPrompt",