Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fixing News Localization mistakes and text searches
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Jul 6, 2021
1 parent af7f94d commit f89e4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ extension Strings {
public static let activityTypeOpenBraveNewsTitle =
NSLocalizedString("shortcuts.activityTypeOpenBraveNewsTitle",
bundle: .braveShared,
value: "Clear Brave Browsing History",
value: "Open Brave News",
comment: "")

public static let activityTypeOpenPlaylistTitle =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ShortcutSettingsViewController: TableViewController {
Row(text: Strings.Shortcuts.shortcutSettingsOpenBraveNewsTitle, selection: { [unowned self] in
manageShortcutActivity(for: .openBraveNews)
}, accessory: .disclosureIndicator, cellClass: MultilineValue1Cell.self)],
footer: .title(Strings.Shortcuts.shorcutSettingsOpenPlaylistDescription))
footer: .title(Strings.Shortcuts.shortcutSettingsOpenBraveNewsDescription))
)

dataSource.sections.append(
Expand Down

0 comments on commit f89e4c6

Please sign in to comment.