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

No Bug: Duplicate localized string key. #8411

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,7 @@ extension Strings {
comment: "")

public static let activityTypeOpenHistoryListDescription =
NSLocalizedString("shortcuts.activityTypeClearHistoryDescription", tableName: "BraveShared", bundle: .module,
NSLocalizedString("shortcuts.activityTypeOpenHistoryListDescription", tableName: "BraveShared", bundle: .module,
value: "Open Browser History Screen",
comment: "")

Expand Down
Loading