Skip to content

Commit

Permalink
Change title and description of alert to say calendar event instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T authored Jan 3, 2025
1 parent 257703d commit c155b17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c155b17

Please sign in to comment.