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

Commit

Permalink
No Bug: Fix duplicated localized string keys for playlist. (#3761)
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub authored Jun 9, 2021
1 parent ed59f5d commit 294c87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BraveShared/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1236,13 +1236,13 @@ extension Strings {
comment: "Footer Text for the Playlist Settings Option for Enable/Disable Add Toast")

public static let playlistLongPressSettingsOptionTitle =
NSLocalizedString("playlist.playlistToastShowSettingsOptionTitle",
NSLocalizedString("playlist.playlistLongPressSettingsOptionTitle",
bundle: .braveShared,
value: "Enable Long Press",
comment: "Title for the Playlist Settings Option for long press gesture")

public static let playlistLongPressSettingsOptionFooterText =
NSLocalizedString("playlist.playlistToastShowSettingsOptionFooterText",
NSLocalizedString("playlist.playlistLongPressSettingsOptionFooterText",
bundle: .braveShared,
value: "When enabled, you can long-press on most video/audio files to add them to your Playlist.",
comment: "Footer Text for the Playlist Settings Option for long press gesture")
Expand Down

0 comments on commit 294c87a

Please sign in to comment.